RFR: 8281267: VM HeapDumper dumps array classes several times [v3]
Alex Menkov
amenkov at openjdk.java.net
Thu Feb 17 12:54:50 UTC 2022
On Thu, 17 Feb 2022 00:31:50 GMT, Coleen Phillimore <coleenp at 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
More information about the serviceability-dev
mailing list