RFR: 8323273: AArch64: Strengthen CompressedClassPointers initialization check for base
Andrew Haley
aph at openjdk.org
Sun Feb 18 09:48:53 UTC 2024
On Sun, 18 Feb 2024 03:25:12 GMT, Yude Lin <duke at openjdk.org> wrote:
> `CompressedClassSpaceBaseAddress` is a development debug-only tool that should do exactly what's on the label: dumbly enforce an address. Its only purpose is to observe the JVM's handling of this address. If that handling includes asserting, I'd like to see that. There is no need for more complexity - it is a simple tool with sharp edges and it only exists for tests.
Exactly this. Not a bug.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17437#issuecomment-1951057703
More information about the hotspot-dev
mailing list