# HG changeset patch # User jiefu # Date 1571650071 -28800 # Node ID de395bbd7a938e40d2d83ce3fd02d3e43483019d # Parent ca620b06b5c9f2f8cded86691575a961f65a8ce9 8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled Reviewed-by: kvn diff -r ca620b06b5c9 -r de395bbd7a93 test/hotspot/jtreg/compiler/aot/fingerprint/SelfChangedCDS.java --- 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 *