8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled
Reviewed-by: kvn
--- a/test/hotspot/jtreg/compiler/aot/fingerprint/SelfChangedCDS.java Mon Oct 21 22:44:49 2019 +0200
+++ b/test/hotspot/jtreg/compiler/aot/fingerprint/SelfChangedCDS.java Mon Oct 21 17:27:51 2019 +0800
@@ -27,7 +27,7 @@
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
- * @requires vm.aot
+ * @requires vm.aot & vm.cds
* @build compiler.aot.fingerprint.SelfChanged
* compiler.aot.AotCompiler
*