< prev index next >

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

Print this page

*** 29,39 **** * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * @modules java.management * jdk.jartool/sun.tools.jar * @build HelloString ! * @run main LargePages * @run main/othervm -XX:+UseStringDeduplication LargePages * @run main/othervm -XX:-CompactStrings LargePages */ public class LargePages { static final String CDS_LOGGING = "-Xlog:cds,cds+hashtables"; --- 29,39 ---- * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * @modules java.management * jdk.jartool/sun.tools.jar * @build HelloString ! * @run driver LargePages * @run main/othervm -XX:+UseStringDeduplication LargePages * @run main/othervm -XX:-CompactStrings LargePages */ public class LargePages { static final String CDS_LOGGING = "-Xlog:cds,cds+hashtables";
< prev index next >