RFR: 8343532: Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after JDK-8319343
Matthias Baesken
mbaesken at openjdk.org
Mon Nov 4 14:04:32 UTC 2024
On Mon, 4 Nov 2024 13:50:00 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Well, disabling all tests is of course correct. But does that make sense? JVMCI seems to be only used here:
>
> https://github.com/openjdk/jdk/blob/8d6cfba37fe641e35886fdba536f5b2f1709e87b/test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java#L139
In WhiteBox there is isJVMCISupportedByGC, so should I use this for the relevant part?
`
WhiteBox.getWhiteBox().isJVMCISupportedByGC() `
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21873#issuecomment-2454797227
More information about the hotspot-runtime-dev
mailing list