sadayapalam [Mon, 23 Mar 2015 09:48:37 +0530] rev 29777
7040592: Gen.java: fix code for handling 'null' literal when expected type is array
Summary: Eliminate needless checkcast when null is assigned to a multi-dimensional array typedobject
Reviewed-by: mcimadamore
sadayapalam [Mon, 30 Mar 2015 17:09:14 +0530] rev 29776
8062373: Project Coin: diamond and anonymous classes
Summary: Allow diamond inference in combination with anonymous class instance creation
Reviewed-by: mcimadamore, vromero
Contributed-by: srikanth.adayapalam@oracle.com, maurizio.cimadamore@oracle.com
bpatel [Sat, 28 Mar 2015 10:18:27 -0700] rev 29775
8076026: DocTree should parse hyphenated attributes correctly
Reviewed-by: jjg, ksrini
vromero [Fri, 27 Mar 2015 10:11:21 -0700] rev 29774
8075184: javac is mistakenly considering an missing enclosing instance error as an overload error
Reviewed-by: mcimadamore
ihse [Thu, 26 Mar 2015 16:17:36 +0100] rev 29773
8076060: Improve make bootstrap process
Reviewed-by: erikj
jlahoda [Thu, 26 Mar 2015 11:34:50 +0100] rev 29772
8054220: Debugger doesn't show variables *outside* lambda
8058227: Debugger has no access to outer variables inside Lambda
Summary: Put local variables captured by lambda into the lambda method's LocalVariableTable.
Reviewed-by: mcimadamore, rfield