RFR: 8330813: Don't call methods from Compressed(Oops|Klass) if the associated mode is inactive
Thomas Stuefe
stuefe at openjdk.org
Thu May 2 13:50:58 UTC 2024
On Thu, 2 May 2024 13:11:35 GMT, Ashutosh Mehra <asmehra 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).
>
> lgtm
Thanks @ashu-mehra
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18883#issuecomment-2090547341
More information about the hotspot-compiler-dev
mailing list