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