mcimadamore [Mon, 15 Apr 2013 14:17:30 +0100] rev 16974
8011392: Missing checkcast when casting to intersection type
Summary: javac should emit a checkcast for each additional target type specified in an intersection type cast
Reviewed-by: jjg
mcimadamore [Mon, 15 Apr 2013 14:16:05 +0100] rev 16973
8011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile after switch to JDK8-b82
Summary: Fix bug in Types.removeWildcards
Reviewed-by: jjg
mcimadamore [Mon, 15 Apr 2013 14:15:07 +0100] rev 16972
8011376: Spurious checked exception errors in nested method call
Summary: Fallback attribution logic doesn't work properly when lambda throws checked exceptions
Reviewed-by: jjg
mcimadamore [Mon, 15 Apr 2013 14:12:17 +0100] rev 16971
8011377: Javac crashes when multiple lambdas are defined in an array
Summary: Wrong attribution environment used by DeferredAttr
Reviewed-by: jjg
mcimadamore [Mon, 15 Apr 2013 14:11:29 +0100] rev 16970
8011383: Symbol.getModifiers omits ACC_ABSTRACT from interface with default methods
Summary: Fixup for default method modifiers erroneously applies to class-level modifiers
Reviewed-by: jjg
bpatel [Sat, 13 Apr 2013 18:48:29 -0700] rev 16969
8009686: Generated javadoc documentation should be able to display type annotation on an array
Reviewed-by: jjg
vromero [Sat, 13 Apr 2013 12:25:44 +0100] rev 16968
8010659: Javac Crashes while building OpenJFX
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
jfranck [Fri, 12 Apr 2013 12:05:04 +0200] rev 16967
7015104: use new subtype of TypeSymbol for type parameters
Reviewed-by: jjg, mcimadamore
lana [Thu, 11 Apr 2013 19:15:56 -0700] rev 16966
Merge
vromero [Wed, 10 Apr 2013 12:31:02 +0100] rev 16965
8011432: javac, compiler regression iterable + captured type
Reviewed-by: mcimadamore