-
Notifications
You must be signed in to change notification settings - Fork 729
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
JTReg Test Failure - serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorArrayAllSampledTest.java #5969
Comments
Would you please try to use -Xgcpolicy:optthruput and in case it crashed in GC provide system core? |
Also I would like to see all system cores collected if any, particularly for crashes in GC. |
Interesting, the failing rate was |
Also would you please try -Xint? |
Tried |
this might help: #5993 |
#5993 does fix this issue. Thanks @charliegracie |
Failure link
N/A - local run with #5968
Optional info
Failure output
There are two failures:
Diagnose files are at
/team/triage/gitissue5969/gc-core-0x00020002
.Diagnose files are at
/team/triage/gitissue5969/vm-core
.https://github.com/eclipse/openj9/blob/79bb39a30f3e175d4b5794a1d7a20a56ee6ccdf0/jcl/src/java.base/share/classes/java/lang/ref/ReferenceQueue.java#L193-L206
This shows that
java.lang.ref.ReferenceQueue.references
was initialized but later becomes invalid. I would ask GC team to help investigation.fyi @dmitripivkine
The text was updated successfully, but these errors were encountered: