RFR: 8307058: Implementation of Generational ZGC [v6]

Stefan Karlsson stefank at openjdk.org
Fri May 5 05:13:04 UTC 2023


On Thu, 4 May 2023 20:21:12 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   undefine glibc major/minor macros
>
> test/hotspot/jtreg/runtime/stringtable/StringTableCleaningTest.java line 117:
> 
>> 115:             return gcEndPrefix + g1Suffix;
>> 116:         } else if (GC.Z.isSelected()) {
>> 117:             return gcEndPrefix + "(" + zEndSuffix +  ")|(" + xEndSuffix + ")";
> 
> nit
> Suggestion:
> 
>             return gcEndPrefix + "(" + zEndSuffix + ")|(" + xEndSuffix + ")";

Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13771#discussion_r1185701989


More information about the hotspot-dev mailing list