hotspot/test/gc/arguments/TestG1HeapSizeFlags.java
changeset 25958 8dc85547d6d6
parent 17391 9225624168e2
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
     1 /*
     1 /*
     2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 *
     4 *
     5 * This code is free software; you can redistribute it and/or modify it
     5 * This code is free software; you can redistribute it and/or modify it
     6 * under the terms of the GNU General Public License version 2 only, as
     6 * under the terms of the GNU General Public License version 2 only, as
     7 * published by the Free Software Foundation.
     7 * published by the Free Software Foundation.
    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  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm TestG1HeapSizeFlags
    33  * @run main/othervm TestG1HeapSizeFlags
    33  * @author thomas.schatzl@oracle.com
    34  * @author thomas.schatzl@oracle.com
    34  */
    35  */
    35 
    36 
    36 public class TestG1HeapSizeFlags {
    37 public class TestG1HeapSizeFlags {