mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8138729: javac -parameters should not emit parameter names for lambda expressions
Reviewed-by: mcimadamore
This commit is contained in:
parent
08b811e8d6
commit
32cea7c65b
6 changed files with 19 additions and 17 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8006582 8037546
|
||||
* @bug 8006582 8037546 8138729
|
||||
* @summary javac should generate method parameters correctly.
|
||||
* @modules jdk.jdeps/com.sun.tools.classfile
|
||||
* @build Tester
|
||||
|
@ -32,8 +32,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Post https://bugs.openjdk.java.net/browse/JDK-8037546, this test verifies
|
||||
* that MethodParameters attribute for lambdas are emitted properly.
|
||||
* Post https://bugs.openjdk.java.net/browse/JDK-8138729, this test verifies
|
||||
* that MethodParameters attribute are NOT emitted for lambdas.
|
||||
*/
|
||||
class LambdaTest {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue