When -XX:+UseLargePages, 2M is the typically page size. The mapping of archive heap regions fails because 4k alignment is used for the mmap call. Thanks Stefan Johansson for reporting the mapping failure with -XX:+UseLargePages.
- relates to
-
JDK-8214118 HeapRegions marked as archive even if CDS mapping fails
- Closed