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

Joachim Kern jkern at openjdk.org
Thu Jun 20 07:17:11 UTC 2024


On Wed, 19 Jun 2024 15:43:57 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> 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" :)

Upps.

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

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


More information about the hotspot-runtime-dev mailing list