hg: jdk/sandbox: 8234729: Javac should eagerly change code generation for method references to avert IllegalAccessError in future.
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Tue Nov 26 06:00:16 UTC 2019
Changeset: d9a3bddcffcc
Author: sadayapalam
Date: 2019-11-26 11:13 +0530
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/d9a3bddcffcc
8234729: Javac should eagerly change code generation for method references to avert IllegalAccessError in future.
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/langtools/tools/javac/lambda/methodReference/ProtectedInaccessibleMethodRefTest2.java
+ test/langtools/tools/javac/lambda/methodReference/pack/I.java
+ test/langtools/tools/javac/lambda/methodReference/pack/J.java
More information about the jdk-sandbox-changes
mailing list