Integrated: 8344844: ciReplay tests fail with -XX:+UseCompactObjectHeaders because CDS is disabled since JDK-8341553

Tobias Hartmann thartmann at openjdk.org
Fri Nov 22 11:40:23 UTC 2024


On Fri, 22 Nov 2024 10:30:38 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> [JDK-8341553](https://bugs.openjdk.org/browse/JDK-8341553) disabled CDS for `-XX:+UseCompactObjectHeaders`. It's a known issue that the ciReplay tests don't work well if CDS is disabled, see [JDK-8316526](https://bugs.openjdk.org/browse/JDK-8316526), so I'll exclude the tests from running when CDS is disabled for now.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 847f65c1
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/847f65c14a8fea3d5e2ee9d920c458b8923da3b4
Stats:     23 lines in 3 files changed: 19 ins; 0 del; 4 mod

8344844: ciReplay tests fail with -XX:+UseCompactObjectHeaders because CDS is disabled since JDK-8341553

Reviewed-by: epeter, rcastanedalo

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

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


More information about the hotspot-compiler-dev mailing list