-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b08
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2182203 | 7 | Mandy Chung | P4 | Closed | Fixed | b71 |
JDK-2181947 | 6u18 | Mandy Chung | P4 | Closed | Fixed | b01 |
To fix 4917309 (cl) Reduce internal usage of ClassNotFoundExceptions during class-loading, the VM needs to provide an entry point that will find a class from the bootstrap class loader and return null if not found (instead of throwing a ClassNotFoundException).
JVM_FindClassFromBootLoader was added in JDK 7 for 6714758. We will modify that for this fix. This will simplify the synchronized pushes of the HotSpot fix and JDK fix.
JVM_FindClassFromBootLoader was added in JDK 7 for 6714758. We will modify that for this fix. This will simplify the synchronized pushes of the HotSpot fix and JDK fix.
- backported by
-
JDK-2181947 Modify JVM_FindClassFromBootLoader to return null if class not found
- Closed
-
JDK-2182203 Modify JVM_FindClassFromBootLoader to return null if class not found
- Closed
- relates to
-
JDK-6714758 hotspot: provide an entry point to the BootStrap Class loader
- Closed
-
JDK-6864028 Update the java launcher to use the new entry point JVM_FindClassFromBootLoader
- Closed
-
JDK-4917309 (cl) Reduce internal usage of ClassNotFoundExceptions during class-loading
- Resolved