test/hotspot/jtreg/gc/TestNUMAPageSize.java
changeset 48883 0f1be3c7b6b2
parent 47216 71c04702a3d5
child 50407 3dfdcca00ecc
equal deleted inserted replaced
48882:6b510cb0f14f 48883:0f1be3c7b6b2
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test TestNUMAPageSize
    25  * @test TestNUMAPageSize
       
    26  * @key gc regression
    26  * @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.
    27  * @bug 8061467
    28  * @bug 8061467
    28  * @requires (vm.opt.AggressiveOpts == null) | (vm.opt.AggressiveOpts == false)
    29  * @requires (vm.opt.AggressiveOpts == null) | (vm.opt.AggressiveOpts == false)
    29  * @key gc
       
    30  * @key regression
       
    31  * @run main/othervm -Xmx8M -XX:+UseNUMA TestNUMAPageSize
    30  * @run main/othervm -Xmx8M -XX:+UseNUMA TestNUMAPageSize
    32  */
    31  */
    33 
    32 
    34 public class TestNUMAPageSize {
    33 public class TestNUMAPageSize {
    35   public static void main(String args[]) throws Exception {
    34   public static void main(String args[]) throws Exception {