test/gc/arguments/TestG1HeapSizeFlags.java

changeset 5118
0a2986f36965
parent 5116
7a95933197d0
child 6876
710a3c8b516e
equal deleted inserted replaced
5117:4868caa99ecf 5118:0a2986f36965
27 * @bug 8006088 27 * @bug 8006088
28 * @summary Tests argument processing for initial and maximum heap size for the G1 collector 28 * @summary Tests argument processing for initial and maximum heap size for the G1 collector
29 * @library /testlibrary /testlibrary/whitebox 29 * @library /testlibrary /testlibrary/whitebox
30 * @build TestG1HeapSizeFlags TestMaxHeapSizeTools 30 * @build TestG1HeapSizeFlags TestMaxHeapSizeTools
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
32 * @run main/othervm TestG1 32 * @run main/othervm TestG1HeapSizeFlags
33 * @author thomas.schatzl@oracle.com 33 * @author thomas.schatzl@oracle.com
34 */ 34 */
35 35
36 public class TestG1HeapSizeFlags { 36 public class TestG1HeapSizeFlags {
37 37

mercurial