-
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
OpenJDK java/lang/invoke/VarHandles/VarHandleTestMethod crash vmState=0x00040000 #18246
Comments
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_OMR_testList_0/32
|
@TobiAjila fyi |
I believe this is the same issue as #18149 |
@TobiAjila the first failure was on zlinux. |
The crash (the first one in this issue) occurs in an interpreter frame calling
However, it happens after OSR
it looks like OSR was triggered in the |
@0xdaryl Please take a look |
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_Nightly_testList_1/67 https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_OMR_testList_0/35 |
This failure began when pull request #14074 was merged — which was my own — so I suspect that there is either a bug in my fix or it has exposed another problem. Investigating. |
I won't keep reporting the failures. |
In a grinder run with From
Focusing on the
Notice that the defining sym for #811 in block_288 is #943, and for #369 in block_305 is #943. However, the eaEscapeHelper call that appears after the call to
Earlier, Escape Analysis claims it's adding a reference to #943 to the
It turns out that code in |
https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_Personal_testList_1/27/ - OMR acceptance, ubu20s390x-svl-rt10-1
jdk_lang_0
java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessLong.java
The text was updated successfully, but these errors were encountered: