test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java

Print this page
rev 6486 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper

*** 24,34 **** /* * @test * @summary Redefine a class with an UnresolvedClass reference in the constant pool. * @bug 8035150 * @library /testlibrary ! * @build UnresolvedClassAgent com.oracle.java.testlibrary.ProcessTools com.oracle.java.testlibrary.OutputAnalyzer * @run main TestRedefineWithUnresolvedClass */ import java.io.File; import java.util.Arrays; --- 24,34 ---- /* * @test * @summary Redefine a class with an UnresolvedClass reference in the constant pool. * @bug 8035150 * @library /testlibrary ! * @build com.oracle.java.testlibrary.* UnresolvedClassAgent * @run main TestRedefineWithUnresolvedClass */ import java.io.File; import java.util.Arrays;