JDK-6596613 : Java Kernel ClassLoader performance degradation
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u5
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-08-23
  • Updated: 2010-09-08
  • Resolved: 2008-04-17
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
6u10 b03Fixed
Description
Java Kernel is causing minor performance degradation during startup.  The most likely culprit is a change to ClassLoader.getBootStrapClassPath(), where caching of the boot class path has been temporarily disabled.

Comments
EVALUATION The bootstrap classpath is now cached until it changes.
27-08-2007