< prev index next >

test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsWbTest.java

Print this page

        

@@ -31,10 +31,12 @@
  * @modules java.management
  *          jdk.jartool/sun.tools.jar
  * @build sun.hotspot.WhiteBox SharedStringsWb
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  * @run main SharedStringsWbTest
+ * @run main/othervm -XX:+UseStringDeduplication SharedStringsWbTest
+ * @run main/othervm -XX:-CompactStrings SharedStringsWbTest
  */
 
 import java.io.*;
 import sun.hotspot.WhiteBox;
 
< prev index next >