[jdk21u-dev] RFR: 8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages [v4]
Joachim Kern
jkern at openjdk.org
Tue Jan 28 09:28:32 UTC 2025
> Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages. As an enhancement, during the initialization of the VM the availability of this new feature is examined. If the 64K pages are supported the VM will use mmap() with 64K pages instead of shmget()/shmat() with 64K pages due to the bad 256M alignment of shmget()/shmat().
Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
additionally headers
-------------
Changes:
- all: https://git.openjdk.org/jdk21u-dev/pull/1362/files
- new: https://git.openjdk.org/jdk21u-dev/pull/1362/files/0099e3a5..7a128fe2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=1362&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=1362&range=02-03
Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk21u-dev/pull/1362.diff
Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/1362/head:pull/1362
PR: https://git.openjdk.org/jdk21u-dev/pull/1362
More information about the jdk-updates-dev
mailing list