< prev index next >

test/hotspot/jtreg/gc/epsilon/TestMaxTLAB.java

Print this page
rev 59879 : [mq]: 8249000

*** 23,33 **** package gc.epsilon; /** * @test TestMaxTLAB ! * @requires vm.gc.Epsilon & !vm.graal.enabled * @summary Check EpsilonMaxTLAB options * @bug 8212177 * * @run main/othervm -XX:+UnlockExperimentalVMOptions -Xmx128m -XX:+UseEpsilonGC -XX:EpsilonMaxTLABSize=1 gc.epsilon.TestMaxTLAB * @run main/othervm -XX:+UnlockExperimentalVMOptions -Xmx128m -XX:+UseEpsilonGC -XX:EpsilonMaxTLABSize=1K gc.epsilon.TestMaxTLAB --- 23,33 ---- package gc.epsilon; /** * @test TestMaxTLAB ! * @requires vm.gc.Epsilon * @summary Check EpsilonMaxTLAB options * @bug 8212177 * * @run main/othervm -XX:+UnlockExperimentalVMOptions -Xmx128m -XX:+UseEpsilonGC -XX:EpsilonMaxTLABSize=1 gc.epsilon.TestMaxTLAB * @run main/othervm -XX:+UnlockExperimentalVMOptions -Xmx128m -XX:+UseEpsilonGC -XX:EpsilonMaxTLABSize=1K gc.epsilon.TestMaxTLAB
< prev index next >