hotspot/test/runtime/SharedArchiveFile/SharedStringsDedup.java
changeset 46779 d80ca591ae48
parent 46389 d55896236dfd
--- a/hotspot/test/runtime/SharedArchiveFile/SharedStringsDedup.java	Tue Aug 08 22:58:44 2017 +0200
+++ b/hotspot/test/runtime/SharedArchiveFile/SharedStringsDedup.java	Thu Aug 03 10:24:34 2017 +0200
@@ -21,8 +21,9 @@
  * questions.
  */
 
-/*
+/**
  * @test SharedStringsDedup
+ * @requires vm.cds
  * @summary Test -Xshare:auto with shared strings and -XX:+UseStringDeduplication
  * Feature support: G1GC only, compressed oops/kptrs, 64-bit os, not on windows
  * @requires (sun.arch.data.model != "32") & (os.family != "windows")