equal
deleted
inserted
replaced
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 |