RFR: 8256155: Allow multiple large page sizes to be used on Linux [v36]

Stefan Johansson sjohanss at openjdk.java.net
Mon May 17 07:37:24 UTC 2021


On Wed, 12 May 2021 22:49:01 GMT, Marcus G K Williams <mgkwill at openjdk.org> wrote:

>> Marcus G K Williams has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Reuse flags & p vars, fix enclose
>>   
>>   Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
>
> src/hotspot/os/linux/os_linux.cpp line 3528:
> 
>> 3526:           return true;
>> 3527:         }
>> 3528:       }
> 
> @kstefanj were you thinking of something more like this?

Yes, something like this. I might propose a follow up to change this slightly, but I first need to think about how we really should handle this.

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

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



More information about the hotspot-gc-dev mailing list