Details
-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b22
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063725 | 8u45 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-8049036 | 8u40 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-8050458 | 8u31 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-8050312 | 8u25 | Chris Hegarty | P4 | Resolved | Fixed | b07 |
JDK-8049360 | 8u20 | Chris Hegarty | P4 | Resolved | Fixed | b23 |
JDK-8070176 | emb-8u47 | Chris Hegarty | P4 | Resolved | Fixed | team |
JDK-8053489 | emb-8u26 | Chris Hegarty | P4 | Resolved | Fixed | b17 |
Description
when run in concurrent mode, it sometime failed with
----------System.err:(13/737)----------
Exception in thread "main" java.lang.NoClassDefFoundError: jdk/testlibrary/Utils
at LookupTest.main(LookupTest.java:68)
Caused by: java.lang.ClassNotFoundException: jdk.testlibrary.Utils
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:426)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:359)
... 1 more
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at LookupTest.main(LookupTest.java:71)
Run with jtreg4.1/b09, and "-agentvm -conc:16".
Attachments
Issue Links
- backported by
-
JDK-8049036 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved
-
JDK-8049360 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved
-
JDK-8050312 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved
-
JDK-8050458 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved
-
JDK-8053489 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved
-
JDK-8063725 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved
-
JDK-8070176 java/net/URLPermission/nstest/lookup.sh NoClassDefFoundError when run in concurrent mode
- Resolved