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

Kim Barrett kbarrett at openjdk.java.net
Tue Apr 20 19:58:08 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

Marked as reviewed by kbarrett (Reviewer).

Looks good.

The lifetime of the FormatBuffer temporary ends when the declaration statement ends, not when the declared variable's lifetime ends.

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

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



More information about the hotspot-gc-dev mailing list