jlahoda [Tue, 24 Feb 2015 16:11:59 +0100] rev 29149
8067886: Inaccessible nested classes can be incorrectly imported
Summary: Check type accessibility at the point of import when importing the type using type-import-on-demand.
Reviewed-by: mcimadamore, jfranck
juh [Mon, 23 Feb 2015 11:42:16 -0800] rev 29148
8072663: Remove the sun.security.acl package which is not used in the JDK
Reviewed-by: mullan, alanb, mchung
mcimadamore [Mon, 23 Feb 2015 13:02:37 +0000] rev 29147
8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
Summary: Compiler tests for .isCompound but then cast to a more specific Type subclass, resulting in CCE
Reviewed-by: vromero, jlahoda
dlsmith [Fri, 20 Feb 2015 17:05:13 -0700] rev 29146
8039214: Inference should not map capture variables to their upper bounds
Summary: Update to Types.containsType; related adjustment to most-specific test
Reviewed-by: mcimadamore, vromero
katleman [Thu, 26 Feb 2015 15:58:16 -0800] rev 29145
Added tag jdk9-b52 for changeset ff6339407acb
duke [Wed, 05 Jul 2017 20:22:09 +0200] rev 29144
Merge
lana [Thu, 26 Feb 2015 20:17:21 -0800] rev 29143
Merge
mchung [Wed, 25 Feb 2015 14:51:12 -0800] rev 29142
8073361: Missing doPrivileged in com.sun.xml.internal.bind.v2.ClassFactory
Reviewed-by: mullan, mkos
mchung [Tue, 24 Feb 2015 12:45:47 -0800] rev 29141
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
Reviewed-by: alanb, chegar
mchung [Fri, 20 Feb 2015 09:15:59 -0800] rev 29140
8073374: Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants
Reviewed-by: lancea, mkos
katleman [Thu, 26 Feb 2015 15:57:49 -0800] rev 29139
Added tag jdk9-b52 for changeset 65feae01b278
duke [Wed, 05 Jul 2017 20:22:03 +0200] rev 29138
Merge