< prev index next >

test/hotspot/jtreg/gc/TestNUMAPageSize.java

Print this page
rev 51377 : [mq]: huge

*** 25,35 **** * @test TestNUMAPageSize * @key gc regression * @summary Make sure that start up with NUMA support does not cause problems. * @bug 8061467 * @requires vm.opt.AggressiveOpts != true ! * @run main/othervm -Xmx128m -XX:+UseNUMA TestNUMAPageSize */ public class TestNUMAPageSize { public static void main(String args[]) throws Exception { // nothing to do --- 25,35 ---- * @test TestNUMAPageSize * @key gc regression * @summary Make sure that start up with NUMA support does not cause problems. * @bug 8061467 * @requires vm.opt.AggressiveOpts != true ! * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize */ public class TestNUMAPageSize { public static void main(String args[]) throws Exception { // nothing to do
< prev index next >