RFR: 8343532: Test test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linux ppc64le after JDK-8319343 [v3]
Matthias Baesken
mbaesken at openjdk.org
Tue Nov 5 15:51:36 UTC 2024
On Tue, 5 Nov 2024 11:08:13 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:
>
> bring back version check and change it to pattern used in ModuleOption test
Thanks for the reviews !
Maybe we should add something easier for checking availability of some 'JVM feature' like jvmci, then the whole WhiteBox stuff.
But that's for another change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21873#issuecomment-2457525818
More information about the hotspot-runtime-dev
mailing list