-
Notifications
You must be signed in to change notification settings - Fork 720
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
JDK11 ASSERTION FAILED at ScavengerRootScanner.hpp:108 #15476
Comments
There is bad O-slot in JIT frame. |
|
GC Check sees another problem - second object in statics for
|
@0xdaryl FYI |
@jdmpapin : please investigate. We won't be able to get to the bottom of this for 0.35. Moving to 0.36. |
Moving to 0.38. |
I haven't had a chance to dig in to this. Moved to 0.40. |
Moving to 0.43 |
Moving this to the 0.44 release pending verification of whether this is a duplicate of #15474. |
I tried reproducing this problem with various recent builds, going as far back as a Java 17 release 0.35 build, and the test runs without problem. As I mentioned, I suspect this was a duplicate of #15474, so I will close it. @connglli, if you are still able to reproduce the problem, please reopen it. |
@hzongaro No problems. Thanks for your effort!!! |
Java -version output
Summary of problem
The following
Test.java
is quite similar to the one in #15475. The only difference is that this case added some PrintStream and System things. However, instead of crashing and print the stacktraces, this one triggers an ASSERTION FAILURE in ScavengerRootScanner.hpp.Also, this is perhaps a JIT bug since
-Xint
can hide it.Diagnostic files
By issuing
the following crash log is given:
Please also check openj9-bug-89.tar.gz for all the logs (core, snap, etc.) and the test (Test.java, Test.class).
The text was updated successfully, but these errors were encountered: