test/sun/tools/jcmd/TestJcmdSanity.java

Print this page
rev 9907 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, alanb

@@ -38,10 +38,11 @@
  */
 /*
  * @test
  * @bug 7104647 7154822
  * @library /lib/testlibrary
+ * @build jdk.testlibrary.*
  * @run main TestJcmdSanity
  */
 public class TestJcmdSanity {
 
     private static final String TEST_SRC = System.getProperty("test.src").trim();