-
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/VarHandleTestMethodHandleAccessFloat NullPointerException #18273
Comments
Grinder with OSR disabled, https://openj9-jenkins.osuosl.org/job/Grinder/2968/ |
I spent some time looking at this, and I believe it's the same problem seen in #18246. In a grinder run with
A trace of Escape Analysis for
and the following from induce block at [31,1,-]:
Noticed that Tracing back, the value of
No heapification of the object appears in the induce block - only on the taken-side of guards for inlined methods. |
An internal 3x5x10 grinder run of An internal 3x5x10 grinder run with the recent aarch64 nightly build 556 (which contains pull request #18315) there were no failures, so I will close this issue. |
Duplicate of #18246 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_Nightly_testList_0/66/
jdk_lang_0
java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessFloat.java
Perhaps related to #18246 and/or #18149
@Akira1Saitoh @knn-k
The text was updated successfully, but these errors were encountered: