< prev index next >

test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java

Print this page

        

@@ -30,11 +30,11 @@
 /*
  * @test MethodUnloadingTest
  * @bug 8029443
  * @summary "Tests the unloading of methods to to class unloading"
  * @library /testlibrary /../../test/lib
- * @build TestMethodUnloading
+ * @build com.oracle.java.testlibrary.* TestMethodUnloading
  * @build WorkerClass
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading
  */
< prev index next >