RFR: 8330813: Don't call methods from Compressed(Oops|Klass) if the associated mode is inactive
Thomas Stuefe
stuefe at openjdk.org
Sat Apr 27 05:35:10 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).
@rkennke? Its trivial
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18883#issuecomment-2080372021
More information about the hotspot-compiler-dev
mailing list