RFR: 8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages [v2]
Joachim Kern
jkern at openjdk.org
Wed Jun 19 11:04:46 UTC 2024
On Tue, 18 Jun 2024 14:17:55 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
>
> test/hotspot/gtest/runtime/test_os.cpp line 47:
>
>> 45: # define MAP_ANON_64K 0x400
>> 46: # endif
>> 47: #endif
>
> Could you move the AIX-specific files out to something like test_os_aix.cpp, please? (same directory, just use ifdef AIX in the whole file). Its nicer, and precedence is there with the Cgroup tests of linux.
I hope I did it like you meant. Please verify.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19771#discussion_r1645931483
More information about the hotspot-runtime-dev
mailing list