JDK-6449635 : Optimize shared archive object ordering for better cold startup performance
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-07-17
  • Updated: 2013-08-13
  • Resolved: 2006-08-02
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
6 b94Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Class metadata in the shared archive is currently sorted in a way that is sub-optimal for cold start performance.  By reordering some metadata, it is possible to improve cold start while not significantly negatively affecting footprint and sharing properties.

Comments
EVALUATION Will request for Mustang.
17-07-2006