JDK-6830734 : Performance: new ClassLoader.defineClass with conditional verify
Type:Enhancement
Component:core-libs
Sub-Component:java.lang
Affected Version:6u14
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-04-15
Updated:2013-11-01
Resolved:2009-10-06
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
EVALUATION
Added a private method into URLClassLoader which takes an extra boolean argument for caller to indicate whether to do class bytes verification when loading the class. In addition, enhanced all the classloader classes along the classloader hierarchy with similar private methods in order to pass this extra argument to java.lang.ClassLoader class and eventually down to JVM.