RFR: 8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages [v2]

Thomas Stuefe stuefe at openjdk.org
Wed Jun 19 15:46:12 UTC 2024


On Wed, 19 Jun 2024 11:17:25 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   following Thomas proposals
>
> src/hotspot/os/aix/os_aix.cpp line 2221:
> 
>> 2219:   // LDR_CNTRL    can_use_64K_pages_dynamically(mmap or shm)       what we do                      remarks
>> 2220:   // 4K           no                                               4K                              old systems (aix 5.2) or new systems with AME activated
>> 2221:   // 4k           yes                                              64k (treat 4k stacks as 64k)    different loader than java and standardsettings
> 
> standard settings (blank)

In case this was not clear: I meant the typo. So, "s/standardsettings/standard settings" :)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19771#discussion_r1646428053


More information about the hotspot-runtime-dev mailing list