changeset 11972:e3c8767c5cf8

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
author tschatzl
date Wed, 24 Jul 2013 10:07:37 +0200
parents 2285b4a0a4e6
children fb7010c7c011
files test/gc/g1/TestPrintRegionRememberedSetInfo.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
  */