You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
09:27:48 [javac] Compiling 70 source files to /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_testList_0/aqa-tests/functional/JLM_Tests/bin
09:27:50 [javac] /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_testList_0/aqa-tests/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestCRaCMXBean.java:26: error: package jdk.crac.management is not visible
09:27:50 [javac] import jdk.crac.management.CRaCMXBean;
09:27:50 [javac] ^
09:27:50 [javac] (package jdk.crac.management is declared in module jdk.management, which does not export it)
09:27:51 [javac] /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_testList_0/aqa-tests/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestCRaCMXBean.java:79: error: method does not override or implement a method from a supertype
09:27:51 [javac] @Override
09:27:51 [javac] ^
09:27:51 [javac] /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_testList_0/aqa-tests/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestCRaCMXBean.java:84: error: method does not override or implement a method from a supertype
09:27:51 [javac] @Override
09:27:51 [javac] ^
09:27:51 [javac] /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_testList_0/aqa-tests/functional/JLM_Tests/src/org/openj9/test/java/lang/management/TestCRaCMXBean.java:89: error: method does not override or implement a method from a supertype
09:27:51 [javac] @Override
09:27:51 [javac] ^
The text was updated successfully, but these errors were encountered:
pshipton
changed the title
funtional tests fail to compile on xlinux package jdk.crac.management is not visible
funtional tests fail to compile on xlinux, package jdk.crac.management is not visible
Jun 28, 2024
Might be related to PR #19542 was not cherry-picked into v0.46.0-release. This PR is regarding adding --add-exports jdk.management/jdk.crac.management=ALL-UNNAMED
But the v0.46.0-release branch code doesn't have it (code link)
https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_sanity.functional_x86-64_linux_testList_0/685/
The text was updated successfully, but these errors were encountered: