diff 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
line wrap: on
line diff
--- a/test/gc/arguments/TestSerialHeapSizeFlags.java	Mon May 13 14:09:05 2013 +0200
+++ b/test/gc/arguments/TestSerialHeapSizeFlags.java	Tue May 14 17:08:31 2013 +0200
@@ -29,7 +29,7 @@
  * @library /testlibrary /testlibrary/whitebox
  * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm TestSerial
+ * @run main/othervm TestSerialHeapSizeFlags
  * @author thomas.schatzl@oracle.com
  */