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

Kevin Walls kevinw at openjdk.org
Sat Jun 29 08:22:22 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.

Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/19948#issuecomment-2198044104


More information about the hotspot-runtime-dev mailing list