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
katleman [Thu, 26 Feb 2015 15:57:44 -0800] rev 29137
Added tag jdk9-b52 for changeset 991394bd2448
duke [Wed, 05 Jul 2017 20:21:57 +0200] rev 29136
Merge
lana [Thu, 26 Feb 2015 20:16:58 -0800] rev 29135
Merge
attila [Fri, 20 Feb 2015 17:18:47 +0100] rev 29134
8073560: Update BuildNashorn.gmk to require source/target 8 for jdk9 build
Reviewed-by: sundar
attila [Fri, 20 Feb 2015 15:47:28 +0100] rev 29133
8072426: Can't compare Java objects to strings or numbers
Reviewed-by: hannesw, lagergren, sundar
katleman [Thu, 26 Feb 2015 15:58:18 -0800] rev 29132
Added tag jdk9-b52 for changeset 1a9a6f8f71f6
duke [Wed, 05 Jul 2017 20:21:51 +0200] rev 29131
Merge
lana [Thu, 26 Feb 2015 20:19:29 -0800] rev 29130
Merge
mchung [Tue, 24 Feb 2015 12:45:34 -0800] rev 29129
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
Reviewed-by: alanb, chegar
katleman [Thu, 26 Feb 2015 15:57:37 -0800] rev 29128
Added tag jdk9-b52 for changeset cda0ffc99002
duke [Wed, 05 Jul 2017 20:21:44 +0200] rev 29127
Merge
lana [Thu, 26 Feb 2015 20:18:40 -0800] rev 29126
Merge
darcy [Thu, 26 Feb 2015 18:02:49 -0800] rev 29125
8073952: Spec of j.l.r.Method.toString/toGenericString need to be clarified
Reviewed-by: lancea
lpriima [Thu, 26 Feb 2015 18:50:02 -0500] rev 29124
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
Reviewed-by: dholmes
sherman [Thu, 26 Feb 2015 14:40:43 -0800] rev 29123
8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system
Summary: to use module's runtime filesystem to iterate the class files
Reviewed-by: alanb
vinnie [Thu, 26 Feb 2015 16:29:49 +0000] rev 29122
8073955: Update java.security.debug help text to reflect recent enhancements for debugging
Reviewed-by: mullan
coffeys [Thu, 26 Feb 2015 09:36:30 +0000] rev 29121
8071447: IBM1166 Locale Request for Kazakh characters
Reviewed-by: sherman
weijun [Thu, 26 Feb 2015 08:08:52 +0800] rev 29120
8073853: KeyToolTest.java has too many too long lines
Reviewed-by: mullan
sherman [Wed, 25 Feb 2015 13:04:31 -0800] rev 29119
8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Summary: to enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Reviewed-by: alanb, mchung