Integrated: 8346159: Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635

Ioi Lam iklam at openjdk.org
Sat Dec 14 00:18:40 UTC 2024


On Fri, 13 Dec 2024 04:40:16 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this small change to disable some CDS tests that fail due to JDK-8345635.
> 
> Note that I also added `@requires vm.cds.supports.aot.class.linking` to some tests that are using `-XX:+AOTClassLinking` but missed this tag.
> 
> Note: the fix for JDK-8345635 (https://github.com/openjdk/jdk/pull/22687) is causing other issues so it's not ready to be integrated yet.

This pull request has now been integrated.

Changeset: c2f0ef5f
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c2f0ef5f4822e7e558fe2b4077d57634d380aa11
Stats:     14 lines in 5 files changed: 14 ins; 0 del; 0 mod

8346159: Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635

Reviewed-by: dnsimon, dholmes

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

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


More information about the hotspot-runtime-dev mailing list