RFR: 8271303: jcmd VM.cds {static, dynamic}_dump should print more info [v2]

Calvin Cheung ccheung at openjdk.java.net
Mon Sep 27 18:22:09 UTC 2021


On Fri, 24 Sep 2021 17:01:26 GMT, Yumin Qi <minqi at openjdk.org> wrote:

>> Hi, please review the change for printing more info in jcmd terminal when dump shared archives. The ultimate shared archive file name is formed in java function (CDS.dumpSharedArchive) so to get the final archive name, the signature of CDS.dumpSharedArchive changed to return the archive name. At the end of dumping, return the archive name back to the caller so we can print out it in jcmd terminal.
>> 
>> Tests: ter1-4
>>            manually checked the output of jcmd execution.
>> 
>> Thanks
>> Yumin
>
> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed absolute path issue

LGTM.

-------------

Marked as reviewed by ccheung (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5643


More information about the hotspot-runtime-dev mailing list