< prev index next >

test/jdk/java/lang/invoke/TestCatchExceptionWithVarargs.java

Print this page
rev 51731 : imported patch 8210732

@@ -22,11 +22,11 @@
  */
 
 /*
  * @test
  * @bug 8019184
- * @library /lib/testlibrary /java/lang/invoke/common
+ * @library /test/lib /java/lang/invoke/common
  * @summary MethodHandles.catchException() fails when methods have 8 args + varargs
  * @run main TestCatchExceptionWithVarargs
  */
 
 import test.java.lang.invoke.lib.CodeCacheOverflowProcessor;
< prev index next >