Integrated: 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:59 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).

This pull request has now been integrated.

Changeset: dd0b6418
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dd0b6418191c765a92bfd03ec4d4206e0da7ee45
Stats:     14 lines in 1 file changed: 10 ins; 0 del; 4 mod

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

Reviewed-by: stefank, asmehra

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

PR: https://git.openjdk.org/jdk/pull/18883


More information about the hotspot-compiler-dev mailing list