test/com/sun/tools/attach/PermissionTest.java

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

@@ -32,10 +32,11 @@
 /*
  * @test
  * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757
  * @summary Basic unit tests for the VM attach mechanism.
  * @library /lib/testlibrary
+ * @build jdk.testlibrary.*
  * @run build Application Shutdown
  * @run main PermissionTest
  *
  * Unit test for Attach API -
  * this checks that a SecurityException is thrown as expected.