test/hotspot/jtreg/gc/TestNUMAPageSize.java
changeset 51396 38ec0cea438e
parent 51283 ac4f5ef0edd9
child 52235 876e91d9bb13
equal deleted inserted replaced
51395:f3cf91d5373f 51396:38ec0cea438e
    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
    29  * @requires vm.opt.AggressiveOpts != true
    30  * @run main/othervm -Xmx128m -XX:+UseNUMA TestNUMAPageSize
    30  * @requires vm.gc != "Z"
       
    31  * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize
    31  */
    32  */
    32 
    33 
    33 public class TestNUMAPageSize {
    34 public class TestNUMAPageSize {
    34   public static void main(String args[]) throws Exception {
    35   public static void main(String args[]) throws Exception {
    35     // nothing to do
    36     // nothing to do