RFR: 8340184: Bug in CompressedKlassPointers::is_in_encodable_range
Thomas Stuefe
stuefe at openjdk.org
Mon Sep 16 14:14:04 UTC 2024
On Mon, 16 Sep 2024 13:37:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> I don't know why you need this. I thought the gtests just ran with TEST_VM.
I want to see the CompressedKlass tests succeeding with these options: -Xshare:off etc. Because that triggers zero based encoding, and that made the error appearant. Otherwise, the error was hidden, because we usually run with encoding base == start-of-CDS (aka start of Klass range).
> Also Copyright SAP is probably wrong for you now.
Good catch. Its completely wrong now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21015#discussion_r1761244417
More information about the hotspot-dev
mailing list