-
Notifications
You must be signed in to change notification settings - Fork 733
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
ppc64/aarch64 MathLoadTest NullPointerException VMAccess.addPackageToList #8189
Comments
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_sanity.system_ppc64le_linux_xl_Nightly/47
|
@DanHeidinga I suspect this is a VM issue. |
@sharon-wang Can you take a look at this? |
looking into this! |
Is this an intermittent issue? I have not been able to reproduce the failures so far. Used the SHAs for the failed nightly above for a regular build and an XL build:
I have run the following tests more than 100x each without any failures:
and
|
Yes it is. The complete failure history is recorded above, failed twice in the last 19 days. |
Have not reproduced this failure after 10000+ runs, but
Continuing to run tests to try to reproduce the NPE on VMAccess.addPackageToList... |
Still unable to reproduce. Will keep an eye out for relevant failures to try to get a better idea of the root cause. |
The code in question is this:
So this seems much more likely to be a JIT issue than a VM one. |
Have we tried -Xint? |
Yes, however I haven't been able to reproduce the failure with or without |
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_special.system_ppc64le_linux_xl_Personal/100
|
This appears in an internal build
|
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_special.system_ppc64_aix_mixed_Nightly_testList_3/22
|
Note this originally occurred on ARM64, so it would seem not to be PPC-specific. The ARM JIT was based of the PPC one, so there may be an error duplicated between the codegens. |
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_special.system_ppc64_aix_Nightly_testList_3/95
|
Observed in an internal build
|
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_special.system_ppc64le_linux_Nightly/385
MathLoadTest_bigdecimal_special_20
variation: Mode610
JVM_OPTIONS: -Xcompressedrefs -Xcompressedrefs -Xjit -Xgcpolicy:gencon
The text was updated successfully, but these errors were encountered: