8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build"

Wed, 24 Jul 2013 10:07:37 +0200

author
tschatzl
date
Wed, 24 Jul 2013 10:07:37 +0200
changeset 5458
e3c8767c5cf8
parent 5408
2285b4a0a4e6
child 5460
fb7010c7c011

8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build"
Summary: Remove the @build tag and replace it by a @run tag so that the test gets executed
Reviewed-by: brutisso, mgerdin

test/gc/g1/TestPrintRegionRememberedSetInfo.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/gc/g1/TestPrintRegionRememberedSetInfo.java	Thu Jul 18 09:35:02 2013 -0700
     1.2 +++ b/test/gc/g1/TestPrintRegionRememberedSetInfo.java	Wed Jul 24 10:07:37 2013 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4   * @bug 8014240
     1.5   * @summary Test output of G1PrintRegionRememberedSetInfo
     1.6   * @library /testlibrary
     1.7 - * @build TestPrintRegionRememberedSetInfo
     1.8 + * @run main TestPrintRegionRememberedSetInfo
     1.9   * @author thomas.schatzl@oracle.com
    1.10   */
    1.11  

mercurial