RFR: 8281455: Change JVM options with small ranges from 64 to 32 bits, for gc_globals.hpp [v3]
Afshin Zafari
azafari at openjdk.org
Mon Jun 26 07:39:09 UTC 2023
On Fri, 9 Jun 2023 08:30:39 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comments applied
>
> src/hotspot/share/gc/shared/gcOverheadChecker.cpp line 98:
>
>> 96: } else if (print_gc_overhead_limit_would_be_exceeded) {
>> 97: assert(_gc_overhead_limit_count > 0, "Should not be printing");
>> 98: log_trace(gc, ergo)("GC would exceed overhead limit of %u %% %d consecutive time(s)",
>
> An extra space has been added before "%%"; please remove.
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14259#discussion_r1241755495
More information about the hotspot-gc-dev
mailing list