< prev index next >

test/gc/g1/TestStringDeduplicationFullGC.java

Print this page

        

*** 25,34 **** --- 25,36 ---- * @test TestStringDeduplicationFullGC * @summary Test string deduplication during full GC * @bug 8029075 * @key gc * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TestStringDeduplicationFullGC */ public class TestStringDeduplicationFullGC { public static void main(String[] args) throws Exception { TestStringDeduplicationTools.testFullGC();
< prev index next >