# HG changeset patch # User tschatzl # Date 1374653257 -7200 # Node ID e3c8767c5cf87a0ee91cadc9db3adcb895de2e98 # Parent 2285b4a0a4e6f2d17be6e774ef43a20dd7ffd9eb 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 diff -r 2285b4a0a4e6 -r e3c8767c5cf8 test/gc/g1/TestPrintRegionRememberedSetInfo.java --- a/test/gc/g1/TestPrintRegionRememberedSetInfo.java Thu Jul 18 09:35:02 2013 -0700 +++ b/test/gc/g1/TestPrintRegionRememberedSetInfo.java Wed Jul 24 10:07:37 2013 +0200 @@ -27,7 +27,7 @@ * @bug 8014240 * @summary Test output of G1PrintRegionRememberedSetInfo * @library /testlibrary - * @build TestPrintRegionRememberedSetInfo + * @run main TestPrintRegionRememberedSetInfo * @author thomas.schatzl@oracle.com */