comparison test/gc/arguments/TestSerialHeapSizeFlags.java @ 10286:0a2986f36965

8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class Summary: Some jtreg tests reference unknown classes in the @run and @build lines. This change fixes them. Reviewed-by: stefank, ehelin
author tschatzl
date Tue, 14 May 2013 17:08:31 +0200
parents 7a95933197d0
children
comparison
equal deleted inserted replaced
10285:4868caa99ecf 10286:0a2986f36965
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 /testlibrary/whitebox 29 * @library /testlibrary /testlibrary/whitebox
30 * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools 30 * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
32 * @run main/othervm TestSerial 32 * @run main/othervm TestSerialHeapSizeFlags
33 * @author thomas.schatzl@oracle.com 33 * @author thomas.schatzl@oracle.com
34 */ 34 */
35 35
36 public class TestSerialHeapSizeFlags { 36 public class TestSerialHeapSizeFlags {
37 37