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