-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Some system tests failed with java.lang.LinkageError #5966
Comments
FYI @theresa-m |
I raised a duplicate for this issue here: adoptium/STF#145 Will close that issue now. |
@llxia @pshipton @theresa-m - System tests are broken, I am guessing this is not affecting OpenJ9, but looks like its based on adoptium/STF#143 changes. Can you advise on what is needed for Hotspot runs to look healthier? |
I will take a look. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the aqua-test with jdk21 on Linux , but some system-tests failed.
failed tests in _sanity.system
failed tests in _extended.system
These tests fail in any test pipelines now.
https://ci.adoptium.net/view/Test_system/job/Test_openjdk24_hs_sanity.system_x86-64_alpine-linux/26/
They seem to fail for the same reason.
I enabled JFR and jdk.ClassLoad, jdk.ClassDefinition, jdk.ClassRedefinition and jdk.ClassUnload event collected. The jdk.ClassDefine and jdk.ClassLoad events for MutableLogEvent were logged just before java.lang.LinkageError was thrown.
I think net.adoptopenjdk.blockedexitagent.BlockedExitAgent rewrited MutableLogEvent using ASM package.
JFR event log
I suspect the impact of the following commit on January 30.
adoptium/STF#143
net.adoptopenjdk.blockedexitagent.BlockedExitAgent rewrite MutableLogEvent class with org.objectweb.asm package after this change.
The text was updated successfully, but these errors were encountered: