# HG changeset patch # User tschatzl # Date 1374653257 -7200 # Node ID 58423218a3f65c8961b6ca83c5472e6183d401eb # Parent 85c14b79faf36ac9d86c097b9e591a2314e31928 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 85c14b79faf3 -r 58423218a3f6 hotspot/test/gc/g1/TestPrintRegionRememberedSetInfo.java --- a/hotspot/test/gc/g1/TestPrintRegionRememberedSetInfo.java Thu Jul 18 09:35:02 2013 -0700 +++ b/hotspot/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 */