comparison test/gc/g1/TestPrintRegionRememberedSetInfo.java @ 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 05a17f270c7e
children
comparison
equal deleted inserted replaced
11135:2285b4a0a4e6 11972:e3c8767c5cf8
25 * @test TestPrintRegionRememberedSetInfo 25 * @test TestPrintRegionRememberedSetInfo
26 * @key gc 26 * @key gc
27 * @bug 8014240 27 * @bug 8014240
28 * @summary Test output of G1PrintRegionRememberedSetInfo 28 * @summary Test output of G1PrintRegionRememberedSetInfo
29 * @library /testlibrary 29 * @library /testlibrary
30 * @build TestPrintRegionRememberedSetInfo 30 * @run main TestPrintRegionRememberedSetInfo
31 * @author thomas.schatzl@oracle.com 31 * @author thomas.schatzl@oracle.com
32 */ 32 */
33 33
34 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;
35 import java.lang.Thread; 35 import java.lang.Thread;