lana [Wed, 17 Apr 2013 10:31:01 -0700] rev 16977
Merge
vromero [Wed, 17 Apr 2013 11:11:33 +0100] rev 16976
8011181: javac, empty UTF8 entry generated for inner class
Reviewed-by: jjg
mcimadamore [Mon, 15 Apr 2013 14:18:30 +0100] rev 16975
8010923: Avoid redundant speculative attribution
Summary: Add optimization to avoid speculative attribution for certain argument expressions
Reviewed-by: jjg
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
bpatel [Tue, 09 Apr 2013 14:18:22 -0700] rev 16964
8005091: javadoc should be able to return the receiver type
Reviewed-by: jjg
katleman [Thu, 18 Apr 2013 10:30:32 -0700] rev 16963
Added tag jdk8-b86 for changeset 29071bf3de15
duke [Wed, 05 Jul 2017 18:51:56 +0200] rev 16962
Merge