< prev index next >

test/gc/class_unloading/TestG1ClassUnloadingHWM.java

Print this page

        

*** 24,34 **** /* * @test * @key gc * @bug 8049831 * @library /testlibrary /../../test/lib ! * @build TestG1ClassUnloadingHWM * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run driver TestG1ClassUnloadingHWM * @summary Test that -XX:-ClassUnloadingWithConcurrentMark will trigger a Full GC when more than MetaspaceSize metadata is allocated. */ --- 24,34 ---- /* * @test * @key gc * @bug 8049831 * @library /testlibrary /../../test/lib ! * @build com.oracle.java.testlibrary.* TestG1ClassUnloadingHWM * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run driver TestG1ClassUnloadingHWM * @summary Test that -XX:-ClassUnloadingWithConcurrentMark will trigger a Full GC when more than MetaspaceSize metadata is allocated. */
< prev index next >