< prev index next >

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

Print this page

        

*** 31,40 **** --- 31,42 ---- * @modules java.management * jdk.jartool/sun.tools.jar * @build HelloStringPlus sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main SharedStringsBasicPlus + * @run main/othervm -XX:+UseStringDeduplication SharedStringsBasicPlus + * @run main/othervm -XX:-CompactStrings SharedStringsBasicPlus */ public class SharedStringsBasicPlus { public static void main(String[] args) throws Exception { SharedStringsUtils.buildJarAndWhiteBox("HelloStringPlus");
< prev index next >