test/java/lang/instrument/PremainClass/NoPremainAgentTest.java

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

*** 28,37 **** --- 28,38 ---- /* * @test * @bug 6289149 * @summary test when the agent's class is missing the premain() function. * @library /lib/testlibrary + * @build jdk.testlibrary.* * @run build DummyMain * @run shell ../MakeJAR3.sh NoPremainAgent * @run main NoPremainAgentTest */ public class NoPremainAgentTest {