RFR: 8265326: Strange Characters in G1GC GC Log [v2]

Stefan Johansson sjohanss at openjdk.java.net
Tue Apr 20 14:47:05 UTC 2021


On Tue, 20 Apr 2021 12:38:44 GMT, Fairoz Matte <fmatte at openjdk.org> wrote:

>> There was an character formating issue on mac-os due to usage of "
>> `FormatBuffer<128>`" 
>> Used explicit variable to hold the FormatBuffer
>
> Fairoz Matte has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update g1ConcurrentMarkThread.cpp

Looks good.

Did you do any further analysis why the explicit variable was needed? I see there is at least one more place where a `FormatBuffer` is used in a constructor.

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

Marked as reviewed by sjohanss (Reviewer).

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



More information about the hotspot-gc-dev mailing list