This is the patch to keep the JDK 14 behavior if target release to 14
(thanks to Jan for helping making change in javac to get the tests working)
http://cr.openjdk.java.net/~mchung/valhalla/webrevs/8171335/webrev-javac-target-release-14/
Mandy
On 3/27/20 9:29 AM, Mandy Chung wrote:
Hi Jan,
Good point. The javac change only applies to JDK 15 and later and the
lambda proxy class is not a nestmate when running on JDK 14 or earlier.
I probably need the help from langtools team to fix this. I'll give
it a try.
Mandy