-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
None
-
None
We've come across some ambiguity and inconsistencies with respect to the following methods where it regards class linking/resolution:
Class.forName()
ClassLoader.loadClass()
ClassLoader.resolveClass()
JNI FindClass()
Class.forName()
ClassLoader.loadClass()
ClassLoader.resolveClass()
JNI FindClass()
- relates to
-
JDK-8212117 Class.forName may return a reference to a loaded but not linked Class
-
- Resolved
-
-
JDK-8230685 JNI FindClass should specify that the class is initialized
-
- Resolved
-