-
Notifications
You must be signed in to change notification settings - Fork 738
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
FindStore.FindClassfile java.lang.ClassNotFoundException: jnurlcldr.shared.findstore.N_Dummy #2653
Comments
Test-sanity.functional-JDK8-win_x86-64_cmprssptrs Testing: FindStore.FindClassfile
|
I will investigate. |
I re-ran these tests on Java 8 and Java 10, it passed. Might be a machine issue. I will try re-producing on the failed machines. |
These tests passed on previously failed machines. I suggest to close this issue for now. We can re-open if this failure is seen again. |
See it again at |
There is another failure on Java 8. Both the Java 8 failure and the failure in the above comment (Java 10) are running on the same machine. I will re-try on that machine. |
It is a test/timing issue. I will fix this. |
1. Re-include SCURLClassLoaderNPTests on Windows on Java 10. 2. Put sleep cmd after the class/jar files are deleted. Fixes eclipse-openj9#2653 Signed-off-by: hangshao <hangshao@ca.ibm.com>
Test-sanity.functional-JDK10-win_x86-64_cmprssptrs
Testing: FindStore.FindClassfile
Test start time: 2018/08/17 14:58:53 Greenwich Mean Time
Running command: "C:/Users/j9build/jenkins/workspace/Test-sanity.functional-JDK10-win_x86-64_cmprssptrs/openjdkbinary/j2sdk-image/bin\java" -Xcompressedrefs -Xcompressedrefs -Xjit -Xgcpolicy:gencon -Xshareclasses:nonpersistent,controlDir=.,name=FindStore,noTimestampChecks -cp .\FindStore\M_Classes;.\FindStore\N_Classes;.\FindStore\O_Classes;.\FindStore\P_Classes;.\FindStore\Nothing.jar jnurlcldr.shared.findstore.M_Main
Time spent starting: 4 milliseconds
Time spent executing: 209 milliseconds
Test result: FAILED
[OUT] CACHED M
[ERR] Exception in thread "main" java.lang.NoClassDefFoundError: jnurlcldr.shared.findstore.N_Dummy
[ERR] at jnurlcldr.shared.findstore.M_Main$Data.getInt(M_Main.java:31)
[ERR] at jnurlcldr.shared.findstore.M_Main.main(M_Main.java:36)
[ERR] Caused by: java.lang.ClassNotFoundException: jnurlcldr.shared.findstore.N_Dummy
[ERR] at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@10.0.2-internal/BuiltinClassLoader.java:753)
[ERR] at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@10.0.2-internal/ClassLoaders.java:190)
[ERR] at java.lang.ClassLoader.loadClass(java.base@10.0.2-internal/ClassLoader.java:1032)
[ERR] ... 2 more
The text was updated successfully, but these errors were encountered: