erikj [Tue, 09 Dec 2014 08:49:22 +0100] rev 27865
8066828: configure fails if it's set --with-boot-jdk to use JDK 9 modular image
Reviewed-by: ihse
katleman [Thu, 11 Dec 2014 11:43:58 -0800] rev 27864
Added tag jdk9-b42 for changeset 87571251fb93
duke [Wed, 05 Jul 2017 20:10:08 +0200] rev 27863
Added tag jdk9-b42 for changeset 3107be2ba9c6
duke [Wed, 05 Jul 2017 20:10:08 +0200] rev 27862
Merge
duke [Wed, 05 Jul 2017 20:10:04 +0200] rev 27861
Merge
lana [Thu, 04 Dec 2014 15:22:53 -0800] rev 27860
Merge
jjg [Thu, 04 Dec 2014 14:57:40 -0800] rev 27859
8066731: javac does not work on exploded image
Reviewed-by: jjg, mchung
Contributed-by: alan.bateman@oracle.com
chegar [Wed, 03 Dec 2014 19:28:40 +0000] rev 27858
Merge
jlahoda [Wed, 03 Dec 2014 13:46:12 +0100] rev 27857
7101822: Compiling depends on order of imports
7177813: Static import to local nested class fails
Summary: MemberEnter overhaul - TypeEnter is split out of MemberEnter; the TypeEnter consists of several Phases which ensure actions are done in the correct order.
Reviewed-by: mcimadamore, jfranck, aeremeev
Contributed-by: jan.lahoda@oracle.com, maurizio.cimadamore@oracle.com
mcimadamore [Fri, 28 Nov 2014 11:45:56 +0000] rev 27856
8065986: Compiler fails to NullPointerException when calling super with Object<>()
Summary: Missing POLY kind selector on recursive constructor calls with poly arguments
Reviewed-by: vromero
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