-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 18
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281570 | 17.0.4-oracle | Ioi Lam | P4 | Resolved | Fixed | b01 |
JDK-8283545 | 17.0.4 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
[2] In the "java" tool specification, under the "Creating a Shared Archive File and Using It to Run an Application", we should add information about creating CDS archives using the "jcmd" command.
Also, since there are several methods for creating a CDS archive (-Xshare:dump vs -XX:CreateArchiveAtExit vs jcmd), we should add an overview section to compare the different methods.
Some clean up is needed:
- Discussion of obsolete flags (such as -XX:UseAppCDS) should be removed.
- Discussion of uncommon error conditions (such as array classes in the classlist) should also be removed.
(Current version: https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html#application-class-data-sharing )
[3] The "jcmd" tool specification currently has only minimal documentation for the "VM.cds" command. More details should be added.
(Current version:
https://docs.oracle.com/en/java/javase/17/docs/specs/man/jcmd.html )
- backported by
-
JDK-8281570 Update the "java" and "jcmd" tool specification for CDS
-
- Resolved
-
-
JDK-8283545 Update the "java" and "jcmd" tool specification for CDS
-
- Resolved
-
- relates to
-
JDK-8277241 java -Xshare:on document needs to be updated
-
- Resolved
-
-
JDK-8259070 Add jcmd option to dump CDS
-
- Resolved
-
-
JDK-8277242 CDS docs should discuss dumping with jcmd VM.cds
-
- Closed
-
- links to
-
Commit openjdk/jdk17u-dev/d6eb2818
-
Commit openjdk/jdk/39165613
-
Review openjdk/jdk17u-dev/277
-
Review openjdk/jdk/7255