Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug option to force GPF on heap initialization error #18345

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

dmitripivkine
Copy link
Contributor

There is kind of the problem Service observes often - an attempt to launch JVM is failed due Object Heap initialization error. For example there are multiple cases for Windows users trying to use harge heaps with Compressed Refs JVM. Generation of system core for investigation is problematic because this failure occurs very early in JVM startup. Adding debug non-published option
-XXgc:forceGPFOnHeapInitializationError to help Service investigate this kind of the problem.

There is kind of the problem Service observes often - an attempt to
launch JVM is failed due Object Heap initialization error. For example
there are multiple cases for Windows users trying to use harge heaps
with Compressed Refs JVM. Generation of system core for investigation is
problematic because this failure occurs very early in JVM startup.
Adding debug non-published option
-XXgc:forceGPFOnHeapInitializationError to help Service investigate this
kind of the problem.

Signed-off-by: Dmitri Pivkine <[email protected]>
@amicic
Copy link
Contributor

amicic commented Oct 25, 2023

jenkins test sanity aix,win jdk17

@amicic
Copy link
Contributor

amicic commented Oct 25, 2023

seems like an infra failure on AIX, but still, i'll try again...

@amicic
Copy link
Contributor

amicic commented Oct 25, 2023

jenkins test sanity aix jdk11

@amicic amicic merged commit 0b2f053 into eclipse-openj9:master Oct 26, 2023
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