hotspot/test/compiler/jsr292/NonInlinedCall/RedefineTest.java
changeset 35107 ebed5fa5b08a
parent 35099 982950884444
child 35572 c864053d0405
--- a/hotspot/test/compiler/jsr292/NonInlinedCall/RedefineTest.java	Thu Dec 10 14:51:53 2015 +0300
+++ b/hotspot/test/compiler/jsr292/NonInlinedCall/RedefineTest.java	Thu Dec 10 14:51:54 2015 +0300
@@ -24,8 +24,8 @@
 /*
  * @test
  * @bug 8072008
- * @library /testlibrary /../../test/lib
- * @build RedefineTest Agent
+ * @library /testlibrary /test/lib
+ * @compile -XDignore.symbol.file RedefineTest.java Agent.java
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  *                              java.lang.invoke.RedefineTest
@@ -42,10 +42,8 @@
 
 import sun.hotspot.WhiteBox;
 import sun.misc.Unsafe;
-
 import jdk.internal.org.objectweb.asm.*;
 import jdk.internal.vm.annotation.DontInline;
-
 import java.lang.instrument.ClassDefinition;
 import java.lang.instrument.Instrumentation;