test/hotspot/jtreg/gc/TestNUMAPageSize.java
changeset 52235 876e91d9bb13
parent 51396 38ec0cea438e
child 53523 4c5184c56dc2
equal deleted inserted replaced
52234:5bd3a6017943 52235:876e91d9bb13
    24 /**
    24 /**
    25  * @test TestNUMAPageSize
    25  * @test TestNUMAPageSize
    26  * @key gc regression
    26  * @key gc regression
    27  * @summary Make sure that start up with NUMA support does not cause problems.
    27  * @summary Make sure that start up with NUMA support does not cause problems.
    28  * @bug 8061467
    28  * @bug 8061467
    29  * @requires vm.opt.AggressiveOpts != true
       
    30  * @requires vm.gc != "Z"
    29  * @requires vm.gc != "Z"
    31  * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize
    30  * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize
    32  */
    31  */
    33 
    32 
    34 public class TestNUMAPageSize {
    33 public class TestNUMAPageSize {