On Fri, 5 Feb 2021 02:47:01 GMT, Hamlin Li <[email protected]> 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