< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

*** 24,34 **** package gc.epsilon; /** * @test TestByteArrays * @key randomness ! * @requires vm.gc.Epsilon & !vm.graal.enabled * @summary Epsilon is able to allocate arrays, and does not corrupt their state * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UseTLAB -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestByteArrays * @run main/othervm -Xmx1g -Xint -XX:+UseTLAB -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestByteArrays --- 24,34 ---- package gc.epsilon; /** * @test TestByteArrays * @key randomness ! * @requires vm.gc.Epsilon * @summary Epsilon is able to allocate arrays, and does not corrupt their state * @library /test/lib * * @run main/othervm -Xmx1g -XX:+UseTLAB -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestByteArrays * @run main/othervm -Xmx1g -Xint -XX:+UseTLAB -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestByteArrays
< prev index next >