equal
deleted
inserted
replaced
29 * @summary Check large pages and NUMA are working together via the output message. |
29 * @summary Check large pages and NUMA are working together via the output message. |
30 * @library /test/lib |
30 * @library /test/lib |
31 * @modules java.base/jdk.internal.misc |
31 * @modules java.base/jdk.internal.misc |
32 * @modules java.management/sun.management |
32 * @modules java.management/sun.management |
33 * @build TestSmallInitialHeapWithLargePageAndNUMA |
33 * @build TestSmallInitialHeapWithLargePageAndNUMA |
34 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
34 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
35 * @run main/othervm -Xbootclasspath/a:. -XX:+UseHugeTLBFS -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestSmallInitialHeapWithLargePageAndNUMA |
35 * @run main/othervm -Xbootclasspath/a:. -XX:+UseHugeTLBFS -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI TestSmallInitialHeapWithLargePageAndNUMA |
36 */ |
36 */ |
37 |
37 |
38 import jdk.test.lib.process.ProcessTools; |
38 import jdk.test.lib.process.ProcessTools; |
39 import jdk.test.lib.process.OutputAnalyzer; |
39 import jdk.test.lib.process.OutputAnalyzer; |