RFR: 8335349: jcmd VM.classloaders "fold" option should be optional

Thomas Stuefe stuefe at openjdk.org
Sat Jun 29 06:06:18 UTC 2024


On Fri, 28 Jun 2024 16:58:06 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Trivial tweak to ```ClassLoaderHierarchyDCmd::ClassLoaderHierarchyDCmd(outputStream* output, bool heap)``` to make _fold an optional argument.  
> 
> It still _is_ optional, but without this change it's not listed as optional in help.
> 
> The man page is already correct, and shows all the options as optional.

+1

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19948#pullrequestreview-2149352042


More information about the hotspot-runtime-dev mailing list