-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
systemtest compile tries to copy tools.jar from Java 11 JDK #52
Comments
it is a warning, do you see any other errors? |
Not that I can see. Note that the warning became an error. I copied in a tools.jar from another JRE and the compile ran farther.
|
This change went in late this afternoon: #50, which may or may not affect the story. Couple of questions, is this problem mac specific? I have not seen this problem with my local system testing (using a jdk11_openj9_osx build provided from Keith. I got blocked on daa tests not compiling. Wondering of differences between Keith's build and your build. |
Tested on a linux machine, same deal:
|
From openjdk-systemtest top.xml, there is a comment that says :
The tools.jar is only copied when we are using Java 8. The problem is not seen in the jdk11 system test builds, e.g. https://ci.adoptopenjdk.net/view/Test_system/job/openjdk11_hs_systemtest_x86-64_linux/ @pdbain-ibm - are you doing all the necessary exports of env variables for running system tests locally as mentioned here: You can compile and run system tests locally via TestKitGen as mentioned in the above readme. |
@pdbain-ibm - can this issue be closed now? |
make compile
fails because it is trying to copytools.jar
. That file was removed from the JDK as of Java 9.The JDK was built per instructions: https://www.eclipse.org/openj9/oj9_build.html#version-11.
The test repo was set up per instructions: https://github.com/eclipse/openj9/wiki/Reproducing-Test-Failures-Locally
The text was updated successfully, but these errors were encountered: