< prev index next >

test/java/lang/invoke/8022701/MHIllegalAccess.java

Print this page

        

@@ -24,11 +24,11 @@
 
 /**
  * @test
  * @bug 8022701
  * @summary Illegal access exceptions via methodhandle invocations threw wrong error.
- *
+ * @modules java.base/jdk.internal.org.objectweb.asm
  * @compile -XDignore.symbol.file BogoLoader.java InvokeSeveralWays.java MHIllegalAccess.java MethodSupplier.java
  * @run main/othervm MHIllegalAccess
  */
 
 import java.lang.reflect.InvocationTargetException;
< prev index next >