JDK-6929784 : Allow specifying name of Class Data Sharing classlist and archive
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: mvm-hs16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-02-25
  • Updated: 2016-09-16
  • Resolved: 2010-03-09
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.
Other
mvm-hs16 teamFixed
Related Reports
Relates :  
Description
Internal customer requesting the ability to specify the name
of the Class Data Sharing classlist and archive for -Xshare:dump, and the name of the 
Class Data Sharing archive for -Xshare:on or -Xshare:auto

Comments
EVALUATION "-XX:SharedClassListPath" & "-XX:SharedArchivePath" will be introduced for the following purposes: - SharedClassListPath allows one to specify the location of class list file during -Xshare:dump. A typical use of this flag would be: java -Xshare:dump -XX:SharedClassListPath=/path/to/classlist/file - SharedArchivePath allows one to specify where the dump archive goes during dumping or where the JVM will load the class data shared archive when trying to enable class data sharing. Typical usages include: 1. java -Xshare:dump -XX:SharedArchivePath=/path/to/shared/archive/file -XRunMServer 2. java -Xshare:on -XX:SharedArchivePath=/path/to/shared/archive/file -XRunMServer 3. java -Xshare:auto -XX:SharedArchivePath=/path/to/shared/archive/file -XRunMServer A proposed webrev is located at http://javaweb.sfbay.sun.com/~xl116366/webrev/6929784/.
26-02-2010