8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class

Tue, 14 May 2013 17:08:31 +0200

author
tschatzl
date
Tue, 14 May 2013 17:08:31 +0200
changeset 5118
0a2986f36965
parent 5117
4868caa99ecf
child 5119
12f651e29f6b

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

test/gc/arguments/TestCMSHeapSizeFlags.java file | annotate | diff | comparison | revisions
test/gc/arguments/TestG1HeapSizeFlags.java file | annotate | diff | comparison | revisions
test/gc/arguments/TestParallelHeapSizeFlags.java file | annotate | diff | comparison | revisions
test/gc/arguments/TestSerialHeapSizeFlags.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/gc/arguments/TestCMSHeapSizeFlags.java	Mon May 13 14:09:05 2013 +0200
     1.2 +++ b/test/gc/arguments/TestCMSHeapSizeFlags.java	Tue May 14 17:08:31 2013 +0200
     1.3 @@ -27,9 +27,9 @@
     1.4   * @bug 8006088
     1.5   * @summary Tests argument processing for initial and maximum heap size for the CMS collector
     1.6   * @library /testlibrary /testlibrary/whitebox
     1.7 - * @build TestCMS TestMaxHeapSizeTools
     1.8 + * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools
     1.9   * @run main ClassFileInstaller sun.hotspot.WhiteBox
    1.10 - * @run main/othervm TestCMS
    1.11 + * @run main/othervm TestCMSHeapSizeFlags
    1.12   * @author thomas.schatzl@oracle.com
    1.13   */
    1.14  
     2.1 --- a/test/gc/arguments/TestG1HeapSizeFlags.java	Mon May 13 14:09:05 2013 +0200
     2.2 +++ b/test/gc/arguments/TestG1HeapSizeFlags.java	Tue May 14 17:08:31 2013 +0200
     2.3 @@ -29,7 +29,7 @@
     2.4   * @library /testlibrary /testlibrary/whitebox
     2.5   * @build TestG1HeapSizeFlags TestMaxHeapSizeTools
     2.6   * @run main ClassFileInstaller sun.hotspot.WhiteBox
     2.7 - * @run main/othervm TestG1
     2.8 + * @run main/othervm TestG1HeapSizeFlags
     2.9   * @author thomas.schatzl@oracle.com
    2.10   */
    2.11  
     3.1 --- a/test/gc/arguments/TestParallelHeapSizeFlags.java	Mon May 13 14:09:05 2013 +0200
     3.2 +++ b/test/gc/arguments/TestParallelHeapSizeFlags.java	Tue May 14 17:08:31 2013 +0200
     3.3 @@ -30,7 +30,7 @@
     3.4   * @library /testlibrary /testlibrary/whitebox
     3.5   * @build TestParallelHeapSizeFlags TestMaxHeapSizeTools
     3.6   * @run main ClassFileInstaller sun.hotspot.WhiteBox
     3.7 - * @run main/othervm TestParallel
     3.8 + * @run main/othervm TestParallelHeapSizeFlags
     3.9   * @author thomas.schatzl@oracle.com
    3.10   */
    3.11  
     4.1 --- a/test/gc/arguments/TestSerialHeapSizeFlags.java	Mon May 13 14:09:05 2013 +0200
     4.2 +++ b/test/gc/arguments/TestSerialHeapSizeFlags.java	Tue May 14 17:08:31 2013 +0200
     4.3 @@ -29,7 +29,7 @@
     4.4   * @library /testlibrary /testlibrary/whitebox
     4.5   * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools
     4.6   * @run main ClassFileInstaller sun.hotspot.WhiteBox
     4.7 - * @run main/othervm TestSerial
     4.8 + * @run main/othervm TestSerialHeapSizeFlags
     4.9   * @author thomas.schatzl@oracle.com
    4.10   */
    4.11  

mercurial