test/gc/arguments/TestCMSHeapSizeFlags.java

changeset 5118
0a2986f36965
parent 5116
7a95933197d0
child 6876
710a3c8b516e
equal deleted inserted replaced
5117:4868caa99ecf 5118:0a2986f36965
25 * @test TestCMSHeapSizeFlags 25 * @test TestCMSHeapSizeFlags
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 CMS collector 28 * @summary Tests argument processing for initial and maximum heap size for the CMS collector
29 * @library /testlibrary /testlibrary/whitebox 29 * @library /testlibrary /testlibrary/whitebox
30 * @build TestCMS TestMaxHeapSizeTools 30 * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
32 * @run main/othervm TestCMS 32 * @run main/othervm TestCMSHeapSizeFlags
33 * @author thomas.schatzl@oracle.com 33 * @author thomas.schatzl@oracle.com
34 */ 34 */
35 35
36 public class TestCMSHeapSizeFlags { 36 public class TestCMSHeapSizeFlags {
37 37

mercurial