< prev index next >

langtools/test/tools/javac/lambda/bytecode/TestLambdaBytecode.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8009649
  * @summary Lambda back-end should generate invokespecial for method handles referring to private instance methods
  * @library ../../lib
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  *          jdk.compiler/com.sun.tools.javac.api
  * @build JavacTestingAbstractThreadedTest
  * @run main/othervm TestLambdaBytecode
  */
 
< prev index next >