< prev index next >

test/gc/g1/TestStringDeduplicationInterned.java

Print this page

        

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