< prev index next >

test/runtime/ClassUnload/KeepAliveClassLoader.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test KeepAliveClassLoader
  * @summary This test case uses a java.lang.ClassLoader instance to keep a class alive.
  * @library /testlibrary /../../test/lib /runtime/testlibrary
  * @library classes
- * @build KeepAliveClassLoader test.Empty
+ * @build com.oracle.java.testlibrary.* KeepAliveClassLoader test.Empty
  * @build ClassUnloadCommon
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI KeepAliveClassLoader
  */
< prev index next >