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

Thomas Stuefe stuefe at openjdk.org
Wed Jun 19 15:56:13 UTC 2024


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

>> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   delete not needed header files
>
> src/hotspot/os/aix/os_aix.cpp line 441:
> 
>> 439:           can_use = true;
>> 440:         }
>> 441:         ::shmdt(p);
> 
> Are these just unrelated cleanups? All of this affects shmget etc, I am not sure what this has to do with large-page mmap.

Forget my question, I now understand the (small) difference

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

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


More information about the hotspot-runtime-dev mailing list