test/hotspot/jtreg/gc/epsilon/TestAlwaysPretouch.java
changeset 58605 10db6989907f
parent 53523 4c5184c56dc2
equal deleted inserted replaced
58604:791217cdc433 58605:10db6989907f
    24 /**
    24 /**
    25  * @test TestAlwaysPretouch
    25  * @test TestAlwaysPretouch
    26  * @key gc
    26  * @key gc
    27  * @requires vm.gc.Epsilon & !vm.graal.enabled
    27  * @requires vm.gc.Epsilon & !vm.graal.enabled
    28  * @summary Basic sanity test for Epsilon
    28  * @summary Basic sanity test for Epsilon
    29  * @run main/othervm -Xmx1g -XX:+AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
    29  * @run main/othervm -Xms128m -Xmx1g                     -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
       
    30  * @run main/othervm -Xms128m -Xmx1g -XX:-AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
       
    31  * @run main/othervm -Xms128m -Xmx1g -XX:+AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
       
    32  * @run main/othervm          -Xmx1g                     -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
       
    33  * @run main/othervm          -Xmx1g -XX:-AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
       
    34  * @run main/othervm          -Xmx1g -XX:+AlwaysPreTouch -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestAlwaysPretouch
    30  */
    35  */
    31 
    36 
    32 package gc.epsilon;
    37 package gc.epsilon;
    33 
    38 
    34 public class TestAlwaysPretouch {
    39 public class TestAlwaysPretouch {