[jdk11u-dev] RFR: 8268127: Shenandoah: Heap size may be too small for region to align to large page size
Zhengyu Gu
zgu at openjdk.java.net
Fri Jun 11 15:39:59 UTC 2021
I would like to backport this Shenandoah specific patch to 11u, which allows to fallback to regular pages for regions, if heap size is too small to allow regions to use large pages.
The original patch does not apply cleanly, resolved then manually.
Test:
Manually test to ensure large pages are used. Failed w/o the patch and passed with it.
-------------
Commit messages:
- Backport 5ad4a91c3d89f7118a99e5bd56fc86a9a6d57abf
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/28/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=28&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8268127
Stats: 31 lines in 3 files changed: 19 ins; 0 del; 12 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/28.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/28/head:pull/28
PR: https://git.openjdk.java.net/jdk11u-dev/pull/28
More information about the jdk-updates-dev
mailing list