On Thu, 17 Feb 2022 00:31:50 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> reworked do_class_dump > > src/hotspot/share/services/heapDumper.cpp line 2003: > >> 2001: >> 2002: // class ID >> 2003: Klass* klass = k; > > I don't think it's necessary to introduce the variable 'klass' since it's not > a loop anymore. Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/7384