On Thu, 27 Jan 2022 16:00:54 GMT, Ioi Lam <ik...@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

Reply via email to