RFR: 8263572: Output from jstack mixed mode is misaligned [v2]

Koichi Sakata ksakata at openjdk.java.net
Tue Mar 16 06:55:12 UTC 2021


On Mon, 15 Mar 2021 19:22:48 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Koichi Sakata has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix calculation for the length of white space
>
> What testing have you done?
> 
> Please update the copyright to 2021.
> 
> I noticed that in you original jstack output there is only 1 space after the address, and now there appears to be multiple spaces. However, when I produce the jstack out there's already multiple spaces. Was there some formatting issue with your original output?

Thank you for your comment, @plummercj.

> What testing have you done?

I added the content of the test that I've done in the body text.

> Please update the copyright to 2021.

Sure!

> I noticed that in you original jstack output there is only 1 space after the address, and now there appears to be multiple spaces. However, when I produce the jstack out there's already multiple spaces. Was there some formatting issue with your original output?

I'm sorry. It seemed that a tab after the address was lost on pasting. I pasted proper one once again. So there is no format issue after the address.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3004


More information about the serviceability-dev mailing list