hg: jdk8u/jdk8u-dev/langtools: 8036942: javac generates incorrect exception table for multi-catch statements inside a lambda

robert.field at oracle.com robert.field at oracle.com
Thu May 1 18:35:25 UTC 2014


Changeset: b17805de5edf
Author:    rfield
Date:      2014-05-01 11:35 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/b17805de5edf

8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
Summary: Union type info lost and also union type is not processed by TreeMaker.Type -- address by using existing tree, thus by-passing such issues.
Reviewed-by: vromero, jlahoda

! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/lambda/LambdaMultiCatchTest.java



More information about the jdk8u-dev-changes mailing list