Integrated: 8271303: jcmd VM.cds {static, dynamic}_dump should print more info
Yumin Qi
minqi at openjdk.java.net
Mon Sep 27 21:31:21 UTC 2021
On Thu, 23 Sep 2021 00:52:40 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
This pull request has now been integrated.
Changeset: c4b52c73
Author: Yumin Qi <minqi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/c4b52c7378183ab0fb987cc571c1debea450e125
Stats: 15 lines in 3 files changed: 9 ins; 0 del; 6 mod
8271303: jcmd VM.cds {static, dynamic}_dump should print more info
Reviewed-by: iklam, ccheung
-------------
PR: https://git.openjdk.java.net/jdk/pull/5643
More information about the hotspot-runtime-dev
mailing list