test/gc/arguments/TestParallelHeapSizeFlags.java

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

mercurial