< prev index next > test/langtools/tools/javac/lambda/bytecode/TestLambdaBytecodeTargetRelease14.java
Print this page
/*
* @test
* @bug 8238358
* @summary Lambda back-end should generate invokespecial for method handles referring to
* private instance methods when compiling with --release 14
- * @library /tools/javac/lib
* @enablePreview
* @modules java.base/jdk.internal.classfile.impl
* jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.file
* jdk.compiler/com.sun.tools.javac.util
* @build combo.ComboTestHelper
/*
* @test
* @bug 8238358
* @summary Lambda back-end should generate invokespecial for method handles referring to
* private instance methods when compiling with --release 14
* @enablePreview
+ * @library /tools/javac/lib
* @modules java.base/jdk.internal.classfile.impl
* jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.file
* jdk.compiler/com.sun.tools.javac.util
* @build combo.ComboTestHelper
< prev index next >