RFR: 8330813: Don't call methods from Compressed(Oops|Klass) if the associated mode is inactive
Stefan Karlsson
stefank at openjdk.org
Fri Apr 26 12:32:33 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).
Looks good to me.
-------------
Marked as reviewed by stefank (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18883#pullrequestreview-2024929723
More information about the hotspot-compiler-dev
mailing list