RFR: 8357449: ZGC: Multiple medium page sizes [v2]
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu May 22 10:14:47 UTC 2025
On Thu, 22 May 2025 09:38:44 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Apply suggestions from code review
>>
>> Co-authored-by: Stefan Karlsson <stefan.karlsson at oracle.com>
>
> src/hotspot/share/gc/z/z_globals.hpp line 108:
>
>> 106: \
>> 107: product(bool, ZUseMediumPageSizeRange, true, DIAGNOSTIC, \
>> 108: "Allow multiple medium pages sizes") \
>
> Maybe skip the s to match the flag ?
> Suggestion:
>
> "Allow multiple medium page sizes") \
Suggestion:
"Allow multiple medium page sizes") \
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25381#discussion_r2102185701
More information about the hotspot-gc-dev
mailing list