test/hotspot/jtreg/gc/TestNUMAPageSize.java
changeset 53523 4c5184c56dc2
parent 52235 876e91d9bb13
equal deleted inserted replaced
53522:40eb23e0a8c5 53523:4c5184c56dc2
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
       
    24 package gc;
       
    25 
    24 /**
    26 /**
    25  * @test TestNUMAPageSize
    27  * @test TestNUMAPageSize
    26  * @key gc regression
    28  * @key gc regression
    27  * @summary Make sure that start up with NUMA support does not cause problems.
    29  * @summary Make sure that start up with NUMA support does not cause problems.
    28  * @bug 8061467
    30  * @bug 8061467
    29  * @requires vm.gc != "Z"
    31  * @requires vm.gc != "Z"
    30  * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages TestNUMAPageSize
    32  * @run main/othervm -Xmx128m -XX:+UseNUMA -XX:+UseLargePages gc.TestNUMAPageSize
    31  */
    33  */
    32 
    34 
    33 public class TestNUMAPageSize {
    35 public class TestNUMAPageSize {
    34   public static void main(String args[]) throws Exception {
    36   public static void main(String args[]) throws Exception {
    35     // nothing to do
    37     // nothing to do