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

Robbin Ehn rehn at openjdk.org
Wed Jul 2 05:47:38 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

Nice work, thanks!

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

Marked as reviewed by rehn (Reviewer).

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


More information about the hotspot-runtime-dev mailing list