RFR: 8360090: [TEST] RISC-V: disable some cds tests on qemu
Hamlin Li
mli at openjdk.org
Tue Jul 1 19:29:20 UTC 2025
On Tue, 1 Jul 2025 09:17:02 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> You can add new property for your condition in VMProps, saying vm.cds.archive.available that is true is archive is generated for JDK. Since the classes.jsa is mandatory the property should check if classes.jsa exists and if current configuration allows to miss classes.jsa. You could start with adding risc+qemu as a first configuration with optional cds archive. Later it could be extended.
>
> Alternatively you could just throw SkippedException in the tests, assuming that number of them is small. There is an example with isCOHArchiveAvailable() check.
@lmesnik Thank you for the suggestion!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25913#issuecomment-3025250587
More information about the hotspot-runtime-dev
mailing list