Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136140 | emb-9 | Mandy Chung | P3 | Resolved | Fixed | team |
JDK-8321448 | 8u411 | Hari Rakesh | P3 | Resolved | Fixed | b01 |
test/java/lang/reflect/Generics/ThreadSafety.java
Pattern like this should be fixed as a ClassLoader is not necessary a URLClassLoader.
((URLClassLoader) ThreadSafety.class.getClassLoader()
Pattern like this should be fixed as a ClassLoader is not necessary a URLClassLoader.
((URLClassLoader) ThreadSafety.class.getClassLoader()
- backported by
-
JDK-8136140 Update tests to prepare for system class loader not be URLClassLoader
- Resolved
-
JDK-8321448 Update tests to prepare for system class loader not be URLClassLoader
- Resolved