-
Notifications
You must be signed in to change notification settings - Fork 722
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
The JDK11 of J9 reports crashes in test cases #15061
Comments
Duplicated with a recent nightly xlinux build. |
It looks like the failure isn't exposed with the Java 8 build because of differences in the amount of inlining that happens. The crash happens in
I'm not sure whether the right thing to do is add an additional test of whether In any event, Devin @jdmpapin, may I ask you to investigate this? |
Opened eclipse-omr/omr#6531 with a fix |
Keep in mind it will need to be double delivered, if we think this is appropriate, to get into the 0.33 release. |
Opened eclipse-openj9/openj9-omr#147 for 0.33 |
Closing as the fixes are merged. |
Affected versions
We found a test case with crash problems. To facilitate analysis, we simplified the test case and the simplified class file can ben found at attachment.
Windows 10:
Java -version output under Windows 10
Problem summary
We found that in a normal test case, if we executed the test case using J9-JDK11 it would report crash, but if we executed it using J9-JDK8 it would report nothing. Below is the information we executed using J9-JDK11, and our test case can be found in the attachment. To further verify this problem, we compiled OpenJ9 ourselves with the #6423 modification
Attachment
TestCase4.zip
The text was updated successfully, but these errors were encountered: