mcimadamore [Mon, 12 Aug 2013 17:28:31 +0100] rev 19493
8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
Summary: Javac incorrectly forgets about constant folding results within lambdas
Reviewed-by: jjg, vromero
mcimadamore [Mon, 12 Aug 2013 17:25:07 +0100] rev 19492
6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
Summary: Hiding check does not support interface multiple inheritance
Reviewed-by: jjg
vromero [Sat, 10 Aug 2013 16:29:26 +0100] rev 19491
6983297: methods missing from NewArrayTree
Reviewed-by: jjg
vromero [Sat, 10 Aug 2013 16:26:50 +0100] rev 19490
8022622: javac, two tests are failing with compile time error after class Collector was modified
Reviewed-by: mcimadamore
vromero [Sat, 10 Aug 2013 13:27:38 +0100] rev 19489
8009640: -profile <compact> does not work when -bootclasspath specified
Reviewed-by: jjg
ksrini [Fri, 09 Aug 2013 15:01:33 -0700] rev 19488
8022161: javac Null Pointer Exception in Enter.visitTopLevel
Reviewed-by: jjg, vromero, jlahoda
vromero [Thu, 08 Aug 2013 11:49:16 +0100] rev 19487
8019486: javac, generates erroneous LVT for a test case with lambda code
Reviewed-by: mcimadamore