vromero [Thu, 01 May 2014 20:36:11 +0100] rev 24226
8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
Reviewed-by: dlsmith, jjg
rfield [Wed, 30 Apr 2014 23:02:14 -0700] rev 24225
8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables
8029725: Lambda reference to containing local class causes javac infinite recursion
Reviewed-by: vromero, jlahoda, dlsmith
rfield [Wed, 30 Apr 2014 18:19:23 -0700] rev 24224
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
anazarov [Wed, 30 Apr 2014 13:48:37 -0700] rev 24223
8040097: Implement classfile tests for LocalVariableTable and LocalVariableTypeTable attribute.
Reviewed-by: jjg, shurailine, emc