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
Tue Nov 5 08:03:33 UTC 2024
On Mon, 4 Nov 2024 16:41:19 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> > Maybe we should simply check for ppc ? The other platforms seem to have JVMCI. Then we can avoid all this bad overhead.
>
> Only x86_64, aarch64 and riscv64 have JVMCI support.
So ppc64 and s390x do not have it. Would probably be much simpler to check for this.
Or adjust the try block where already some kind of check was present
oa.shouldHaveExitValue(1)
.shouldContain("Cannot use JVMCI compiler: No JVMCI compiler found");
but this does not help in our case.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21873#issuecomment-2456479457
More information about the hotspot-runtime-dev
mailing list