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.

To download the current JDK release, click here.
JDK 6
6u18 b03Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
See comments

Comments
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.
21-08-2009