8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled

Reviewed-by: kvn
This commit is contained in:
Jie Fu 2019-10-21 17:27:51 +08:00
parent fd9052f3c5
commit 750eab1ecc

View File

@ -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
*