vromero [Thu, 20 Nov 2014 14:05:39 -0800] rev 27849
8063052: Inference chokes on wildcard derived from method reference
Reviewed-by: mcimadamore
lana [Thu, 20 Nov 2014 11:17:17 -0800] rev 27848
Merge
lana [Thu, 20 Nov 2014 10:58:31 -0800] rev 27847
Merge
jjg [Thu, 20 Nov 2014 11:00:29 -0800] rev 27846
8058445: Javac throws exception when displaying info
Reviewed-by: vromero, jfranck
vromero [Thu, 20 Nov 2014 09:43:13 -0800] rev 27845
8059921: Missing compile error in Java 8 mode for Interface.super.field access
Reviewed-by: mcimadamore, jlahoda
jlahoda [Wed, 19 Nov 2014 13:46:04 +0100] rev 27844
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
Summary: Allowing final variables as operands to try-with-resources; also reviewed by Sergei Pikalev.
Reviewed-by: darcy, mcimadamore, vromero
mfang [Mon, 17 Nov 2014 23:11:05 -0800] rev 27843
8055798: Japanese translation for a warning from javac looks incorrect.
Reviewed-by: peytoia
mcimadamore [Mon, 17 Nov 2014 23:41:56 +0000] rev 27842
8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods
Summary: Wrong method type used in AmbiguousError.mergeAbstracts
Reviewed-by: jlahoda