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 08:53:29 UTC 2024
On Tue, 5 Nov 2024 02:57:37 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> avoid only test part in non JVMCI vm
>
> test/hotspot/jtreg/runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java line 117:
>
>> 115: .shouldContain("--add-modules module name(s) specified during runtime but not found in archive: jdk.jconsole")
>> 116: // version of the jdk.httpserver module, e.g. java 22-ea
>> 117: //.shouldMatch(versionPattern)
>
> Why are you taking this out?
I checked again; in my build script I configure with '--with-version-patch=1' ; seems this leads to `openjdk version "24.0.0.1-internal" 2024-11-04` in my binaries .
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21873#discussion_r1828958960
More information about the hotspot-runtime-dev
mailing list