RFR: 8236847: CDS archive with 4K alignment unusable on machines with 64k pages [v6]

Yumin Qi minqi at openjdk.java.net
Fri Mar 5 04:11:47 UTC 2021


On Thu, 4 Mar 2021 23:40:33 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> SharedArchiveConsistency.java

I would like to do this in a separate PR. Look at the test, WhiteBox.getWhiteBox().metaspaceReserveAlignment(), I believe this should be _core_region_alignment too. Before this PR, they are all page size so no different but after this PR, they could have different values.

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

PR: https://git.openjdk.java.net/jdk/pull/2651


More information about the hotspot-runtime-dev mailing list