< prev index next >

test/gc/g1/TestStringSymbolTableStats.java

Print this page

        

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test TestStringSymbolTableStats.java * @bug 8027476 8027455 * @summary Ensure that the G1TraceStringSymbolTableScrubbing prints the expected message. * @key gc * @library /testlibrary */ import com.oracle.java.testlibrary.ProcessTools; import com.oracle.java.testlibrary.OutputAnalyzer; --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* ! * @test TestStringSymbolTableStats * @bug 8027476 8027455 * @summary Ensure that the G1TraceStringSymbolTableScrubbing prints the expected message. * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringSymbolTableStats */ import com.oracle.java.testlibrary.ProcessTools; import com.oracle.java.testlibrary.OutputAnalyzer;
< prev index next >