equal
deleted
inserted
replaced
25 * @test TestSerialHeapSizeFlags |
25 * @test TestSerialHeapSizeFlags |
26 * @key gc |
26 * @key gc |
27 * @bug 8006088 |
27 * @bug 8006088 |
28 * @summary Tests argument processing for initial and maximum heap size for the Serial collector |
28 * @summary Tests argument processing for initial and maximum heap size for the Serial collector |
29 * @library /testlibrary /test/lib |
29 * @library /testlibrary /test/lib |
30 * @modules java.base/sun.misc |
30 * @modules java.base/jdk.internal.misc |
31 * java.management |
31 * java.management |
32 * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools |
32 * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools |
33 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
33 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
35 * @run main/othervm TestSerialHeapSizeFlags |
35 * @run main/othervm TestSerialHeapSizeFlags |