-
Notifications
You must be signed in to change notification settings - Fork 736
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
commandline compilation broken for JDK21 functional tests #18620
Comments
Right, use the aqa-tests j9.0.42-release branch for OpenJ9 Java 21. |
Or use content for the 24_01 release. |
@smlambert the tests won't run on Hotspot either. What we did was keep the native implementation for java.lang.Compiler, created a new test library to call them, and modified the tests to use the new helpers. The OpenJ9 helpers won't work on Hotspot, all the tests that use these natives will have to be excluded for Hotspot. |
Even on versions prior to jdk21. |
Or rewrite the CompilerAccess.java helper to call java.lang.Compiler on versions prior to 21 so the tests can continue to work. |
Failure link
Public link to the failing test
and ideally extracting relevant info from the failed run (just enough info to run a Grinder), include:
Optional info
Failure output (captured from console output)
Include test case name, stack trace output. If test fails with a crash, please include a link to the artifacts (xxxx_test_output.tar.gz) as they include the core/dmp files. Artifacts are either stored as an attachment to the CI server job itself or as a link from the job to an Artifactory location.
Run these steps to reproduce:
Results in this error:
FYI @llxia
The text was updated successfully, but these errors were encountered: