< prev index next >

test/gc/g1/TestStringSymbolTableStats.java

Print this page

        

@@ -20,15 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /*
- * @test TestStringSymbolTableStats.java
+ * @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 >