On Tue, 20 Sep 2022 05:29:12 GMT, Thomas Stuefe <stu...@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