RFR: 8330813: Don't call methods from Compressed(Oops|Klass) if the associated mode is inactive

Ashutosh Mehra asmehra at openjdk.org
Thu May 2 13:14:52 UTC 2024


On Mon, 22 Apr 2024 11:04:07 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> We should not call methods from CompressedOops if we run with -XX:-UseCompressedOops, and the same goes for CompressedKlass and -XX:-UseCompressedClassPointers. (the latter we do assert in Lilliput).

Marked as reviewed by asmehra (Committer).

lgtm

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

PR Review: https://git.openjdk.org/jdk/pull/18883#pullrequestreview-2035709003
PR Comment: https://git.openjdk.org/jdk/pull/18883#issuecomment-2090466879


More information about the hotspot-compiler-dev mailing list