rfield [Mon, 24 Nov 2014 14:52:46 -0800] rev 27855
8058112: Invalid BootstrapMethod for constructor/method reference
Summary: Bridge method references with functional interface method parameters of intersection type
Reviewed-by: vromero, dlsmith
jlahoda [Mon, 24 Nov 2014 16:02:35 +0100] rev 27854
8032211: Don't issue deprecation warnings on import statements
6598104: javac should not warn about imports of deprecated classes
Summary: Suppressing the deprecation warnings when importing a deprecated element (deprecations in import qualifier will be produced).
Reviewed-by: darcy, jjg, mcimadamore
emc [Fri, 21 Nov 2014 16:36:39 -0500] rev 27853
8065132: Parameter annotations not updated when synthetic parameters are prepended
Summary: Cause javac to add synthetic parameters to Runtime[In]VisibleParameterAnnotations attributes
Reviewed-by: jjg, jfranck
jjg [Fri, 21 Nov 2014 10:38:43 -0800] rev 27852
8061876: replace java.io.File with java.nio.file.Path (again)
Reviewed-by: ksrini, jlahoda
jfranck [Fri, 21 Nov 2014 12:36:21 +0100] rev 27851
8062359: javac Attr crashes with NPE in TypeAnnotationsValidator visitNewClass
Reviewed-by: jlahoda, vromero
jjg [Thu, 20 Nov 2014 14:23:31 -0800] rev 27850
8065054: Some tests have junk before the legal header
Reviewed-by: darcy
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
jlahoda [Fri, 14 Nov 2014 11:58:28 +0100] rev 27841
8062747: Compiler error when anonymous class uses method with parametrized exception
Summary: When inferring lambda's thrown types, avoid tracking variables that are not under the lambda to avoid crashes.
Reviewed-by: vromero