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

Matthias Baesken mbaesken at openjdk.org
Tue Nov 5 11:10:30 UTC 2024


On Mon, 4 Nov 2024 14:54:46 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.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   avoid only test part in non JVMCI vm

Okay then let us keep the WhiteBox based check. I also brought back the version check and adjusted it to what we had already in 
test ModuleOption, this works also with my version number and some other version numbers that are possible
https://github.com/openjdk/jdk/blob/4fc6d4135e795d18a024a6035908f380b81082d1/test/hotspot/jtreg/runtime/cds/appcds/jigsaw/module/ModuleOption.java#L44

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

PR Comment: https://git.openjdk.org/jdk/pull/21873#issuecomment-2456882632


More information about the hotspot-runtime-dev mailing list