RFR: 8360090: [TEST] RISC-V: disable some cds tests on qemu [v2]

Leonid Mesnik lmesnik at openjdk.org
Tue Jul 1 21:06:40 UTC 2025


On Tue, 1 Jul 2025 19:29:20 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Hi,
>> Can you help to review this patch?
>> 
>> CDS does not work well in cross compilation env, this is by desgin, please check `JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE` in make of jdk.
>> 
>> These tests depends on classes.jsa or classes_xxx.jsa which is not generated and will not be generated when build jdk in qemu environment for riscv, so we should disable them when qemu.
>> 
>> Thanks!
>
> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
> 
>   check default archive

I think the change looks good. Note that I epxpect to have a separate test that verifies the content of JDK product and check if distribution has all expected files.

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

Marked as reviewed by lmesnik (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25913#pullrequestreview-2976940263


More information about the hotspot-runtime-dev mailing list