RFR: 8323273: AArch64: Strengthen CompressedClassPointers initialization check for base
Yude Lin
duke at openjdk.org
Thu Jan 18 11:52:12 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
Can I get a review on this patch please : )
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17437#issuecomment-1898330645
More information about the hotspot-dev
mailing list