< prev index next >

test/gc/g1/TestStringDeduplicationTableResize.java

Print this page

        

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