test/hotspot/jtreg/gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java
changeset 48791 6e079ff6c83c
parent 47216 71c04702a3d5
child 53523 4c5184c56dc2
equal deleted inserted replaced
48790:423faefc77df 48791:6e079ff6c83c
    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;