Skip to content

Ignore -Xgc:enableArrayletDoubleMapping silently - #18109

Merged
amicic merged 1 commit into
eclipse-openj9:masterfrom
dmitripivkine:master
Sep 11, 2023
Merged

Ignore -Xgc:enableArrayletDoubleMapping silently#18109
amicic merged 1 commit into
eclipse-openj9:masterfrom
dmitripivkine:master

Conversation

@dmitripivkine

Copy link
Copy Markdown
Contributor

Arraylet Double Mapping feature is not supported for all platforms. Current behaviour is return "unsupported option error". This prevents to use the same Java command line across platforms.
New behaviour is to ignore -Xgc:enableArrayletDoubleMapping and -Xgc:disbleArrayletDoubleMapping silently on platforms where this feature is not supported.

Arraylet Double Mapping feature is not supported for all platforms.
Current behaviour is return "unsupported option error". This prevents to
use the same Java command line across platforms.
New behaviour is to ignore -Xgc:enableArrayletDoubleMapping and
-Xgc:disbleArrayletDoubleMapping silently on platforms where this
feature is not supported.

Signed-off-by: Dmitri Pivkine <Dmitri_Pivkine@ca.ibm.com>
@amicic

amicic commented Sep 11, 2023

Copy link
Copy Markdown
Contributor

Ideally we should let isArrayletDoubleMapRequested be changed by cmdline option but leaving isArrayletDoubleMapAvailable false for unsupported platfroms, since from VGC it would be clear if it was supported or not (we report both of these flags there).

But since it would be a larger scope of changes, and this feature is anyway to be deprecated eventually, I'm ok with this quick fix.

@amicic

amicic commented Sep 11, 2023

Copy link
Copy Markdown
Contributor

jenkins compile win jdk8

@amicic

amicic commented Sep 11, 2023

Copy link
Copy Markdown
Contributor

jenkins compile aix jdk17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants