katleman [Thu, 25 Apr 2013 09:23:51 -0700] rev 16983
Added tag jdk8-b87 for changeset faa51a420c63
duke [Wed, 05 Jul 2017 18:52:12 +0200] rev 16982
Added tag jdk8-b87 for changeset 5ebf6c63714d
duke [Wed, 05 Jul 2017 18:52:11 +0200] rev 16981
Merge
duke [Wed, 05 Jul 2017 18:52:06 +0200] rev 16980
Merge
lana [Tue, 23 Apr 2013 09:27:28 -0700] rev 16979
Merge
lana [Wed, 17 Apr 2013 21:50:43 -0700] rev 16978
Merge
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