RFR: JDK-8261034: improve jcmd GC.class_histogram to support parallel [v5]
Chris Plummer
cjplummer at openjdk.java.net
Sat Feb 6 04:52:43 UTC 2021
On Fri, 5 Feb 2021 02:47:01 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> parallel -histo of jmap was added by JDK-8214535, it's better to support parallel for jcmd GC.class_histogram too.
>
> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>
> JDK-8261034: improve jcmd GC.class_histogram to support parallel
src/hotspot/share/services/diagnosticCommand.cpp line 560:
> 558: _parallel_thread_num("-parallel",
> 559: "Number of parallel threads for heap iteration. "
> 560: "0 means let the VM determined the number of threads. "
Should be "determine". Sorry that was a typo in the text I suggested.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2379
More information about the serviceability-dev
mailing list