hg: jdk9/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 01:19:50 UTC 2014


Changeset: c2200da8ec5b
Author:    rfield
Date:      2014-04-30 18:19 -0700
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/c2200da8ec5b

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 jdk9-dev-changes mailing list