On Fri, 28 Jan 2022 01:53:09 GMT, Ioi Lam <ik...@openjdk.org> wrote: > The discussion of CDS in the man pages need to be cleaned up and updated to > match the latest functionalities and intended usage. > > For java.md: > > - Reorganized the flow of the doc: Overview -> How to use -> How to create -> > Restrictions and notes. I think this will be easier to read. > - Added information about `jcmd VM.cds static_dump|dynamic_dump` > - Removed a few sections that are no longer relevant or are uncommon usage > (config files, sharing across two different apps) > - Removed discussion of uncommon error conditions (such as array classes) > - Removed detailed error messages. I think a simple note like "unsupported" > will be good enough for readers of the man page. > - Removed discussion of different version of JDK (these should have been in > release note) > > For jcmd.md: > > - Added some more details about default file name and output directory. > > For ease of reviewing, please see the pre-rendered HTML pages: > > http://cr.openjdk.java.net/~iklam/jdk19/8280543-update-java-and-jcmd-manpage-for-cds2/specs/man/
This pull request has now been integrated. Changeset: 39165613 Author: Ioi Lam <ik...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/39165613aa0430861e361a33a4925b85ea24fff1 Stats: 509 lines in 2 files changed: 35 ins; 364 del; 110 mod 8280543: Update the "java" and "jcmd" tool specification for CDS Reviewed-by: hseigel, sspitsyn, ccheung ------------- PR: https://git.openjdk.java.net/jdk/pull/7255