RFR: 8323273: AArch64: Strengthen CompressedClassPointers initialization check for base

Yude Lin duke at openjdk.org
Mon Jan 29 02:28:34 UTC 2024


On Tue, 16 Jan 2024 02:41:40 GMT, Yude Lin <duke at openjdk.org> wrote:

> Summary:
> Add a platform-dependent check for CompressedClassSpaceBaseAddress;
> Remove the "reserve anywhere" attempt after the initial mapping attempt failed---this is rarely used and will likely fail anyway, because the accepted mapping is very restricted on aarch64;
> Additional assertions after initialization.
> 
> Passed hotspot/jtreg/:tier1 on fastdebug

Ping. Can I get a review for this change?

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

PR Comment: https://git.openjdk.org/jdk/pull/17437#issuecomment-1913854760


More information about the hotspot-dev mailing list