< prev index next >

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

Print this page

        

*** 32,41 **** --- 32,43 ---- * jdk.jartool/sun.tools.jar * @compile LockStringTest.java LockStringValueTest.java * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main LockSharedStrings + * @run main/othervm -XX:+UseStringDeduplication LockSharedStrings + * @run main/othervm -XX:-CompactStrings LockSharedStrings */ public class LockSharedStrings { public static void main(String[] args) throws Exception { SharedStringsUtils.buildJarAndWhiteBox("LockStringTest", "LockStringValueTest");
< prev index next >