< prev index next >

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

Print this page

        

*** 30,39 **** --- 30,41 ---- * @modules java.base/jdk.internal.misc * @modules java.management * jdk.jartool/sun.tools.jar * @build HelloString * @run main SharedStringsBasic + * @run main/othervm -XX:+UseStringDeduplication SharedStringsBasic + * @run main/othervm -XX:-CompactStrings SharedStringsBasic */ import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; // This test does not use SharedStringsUtils intentionally:
< prev index next >