RFR: 8275775: Add jcmd VM.classes to print details of all classes [v6]
David Holmes
dholmes at openjdk.java.net
Fri Feb 11 07:01:11 UTC 2022
On Thu, 27 Jan 2022 16:00:54 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix
>
> src/hotspot/share/oops/instanceKlass.cpp line 2081:
>
>> 2079: _st->print(INTPTR_FORMAT " ", p2i(k));
>> 2080: // klass size
>> 2081: _st->print("%-4d ", k->size());
>
> Should be `%4d` so that the numbers are aligned correctly.
This issue seem still outstanding.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7105
More information about the serviceability-dev
mailing list