< prev index next >

test/gc/class_unloading/TestG1ClassUnloadingHWM.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @key gc
  * @bug 8049831
  * @library /testlibrary /../../test/lib
- * @build TestG1ClassUnloadingHWM
+ * @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 >