< prev index next >

test/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java

Print this page

        

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