diff test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java @ 17974:09f19d3de485

8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper Reviewed-by: sla, allwin
author ykantser
date Thu, 05 Jun 2014 15:55:49 +0200
parents 53094b350323
children
line wrap: on
line diff
--- a/test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java	Fri Jun 06 09:53:30 2014 -0700
+++ b/test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java	Thu Jun 05 15:55:49 2014 +0200
@@ -26,7 +26,7 @@
  * @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
+ * @build com.oracle.java.testlibrary.* UnresolvedClassAgent
  * @run main TestRedefineWithUnresolvedClass
  */