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

Yude Lin duke at openjdk.org
Sun Feb 18 03:46:54 UTC 2024


On Fri, 9 Feb 2024 00:53:16 GMT, Dean Long <dlong at openjdk.org> wrote:

> Don't you want to add a constraint function to CompressedClassSpaceBaseAddress in globals.hpp so invalid values are rejected during command-line parsing?

Thank you. That might also work. We might not need to deliberately check for this develop value though but instead let it hit asserts in more common code (see a comment above).

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

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


More information about the hotspot-dev mailing list