On Thu, 4 May 2023 20:21:12 GMT, Andrey Turbanov <[email protected]> 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