There is no way to exclude all test that require cds support.
Introduce @requires propery vm.cds and mark all tests that fail if the VM is compiled without cds support. (This can be achieved by configuring with --disable-generate-classlist and removing 'cds' from NON_MINIMAL_FEATURES in generated_configure.sh.)
Introduce @requires propery vm.cds and mark all tests that fail if the VM is compiled without cds support. (This can be achieved by configuring with --disable-generate-classlist and removing 'cds' from NON_MINIMAL_FEATURES in generated_configure.sh.)
- relates to
-
JDK-8186719 [testbug] add @requires vm.cds to CDS tests in jdk test suite
-
- Resolved
-