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

Hamlin Li mli at openjdk.org
Tue Jul 1 19:29:20 UTC 2025


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25913/files
  - new: https://git.openjdk.org/jdk/pull/25913/files/7b48e4ea..8f9c7ba7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25913&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25913&range=00-01

  Stats: 26 lines in 6 files changed: 19 ins; 7 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/25913.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25913/head:pull/25913

PR: https://git.openjdk.org/jdk/pull/25913


More information about the hotspot-runtime-dev mailing list