RFR: JDK-8293156: Dcmd VM.classloaders fails to print the full hierarchy [v2]
Chris Plummer
cjplummer at openjdk.org
Tue Sep 20 18:06:58 UTC 2022
On Tue, 20 Sep 2022 05:29:12 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp line 187:
>>
>>> 185: }
>>> 186:
>>> 187: void print_with_childs(outputStream* st, BranchTracker& branchtracker,
>>
>> I know this isn't part of your changes, but the plural of child is children, not childs. However, I think child_nodes would probably be best here.
>
> Fixed
It looks like there are a couple more references to "childs" still present.
-------------
PR: https://git.openjdk.org/jdk/pull/10312
More information about the serviceability-dev
mailing list