< prev index next >

test/gc/g1/TestStringDeduplicationPrintOptions.java

Print this page

        

@@ -25,10 +25,12 @@
  * @test TestStringDeduplicationPrintOptions
  * @summary Test string deduplication print options
  * @bug 8029075
  * @key gc
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestStringDeduplicationPrintOptions
  */
 
 public class TestStringDeduplicationPrintOptions {
     public static void main(String[] args) throws Exception {
         TestStringDeduplicationTools.testPrintOptions();
< prev index next >