RFR: 8343532: Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after JDK-8319343

Martin Doerr mdoerr at openjdk.org
Mon Nov 4 14:04:31 UTC 2024


On Mon, 4 Nov 2024 12:11:04 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after [JDK-8319343](https://bugs.openjdk.org/browse/JDK-8319343) with error message
> "Unrecognized VM option 'EagerJVMCI" .
> The test needs jvmci but this is not supported/available on Linux ppc64le.

Please only disable the part which uses JVMCI.
I think it could be done like here: https://github.com/openjdk/jdk/blob/8d6cfba37fe641e35886fdba536f5b2f1709e87b/test/hotspot/jtreg/compiler/uncommontrap/Decompile.java#L62

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

Changes requested by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21873#pullrequestreview-2413153810


More information about the hotspot-runtime-dev mailing list