chegar [Fri, 19 Oct 2012 11:43:59 +0100] rev 14195
8000206: Uninitialized variable in PlainDatagramSocketImpl.c
Reviewed-by: dsamersoff, khazra, chegar
Contributed-by: John Zavgren <john.zavgren@oracle.com>
xuelei [Thu, 18 Oct 2012 01:14:00 -0700] rev 14194
7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server
Reviewed-by: mullan, weijun, wetmore
naoto [Wed, 17 Oct 2012 13:22:39 -0700] rev 14193
8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing
Reviewed-by: okutsu
alanb [Wed, 17 Oct 2012 21:05:36 +0100] rev 14192
8000362: (pack200) Deprecate Packer/Unpacker addPropertyChangeLister and removePropertyChangeListener methods
Reviewed-by: lancea, chegar, mchung, ksrini
psandoz [Wed, 17 Oct 2012 20:34:04 +0100] rev 14191
7198496: (sl) ServiceLoader.load(Class, null) behavior differs from spec
Reviewed-by: dholmes, alanb
mchung [Wed, 17 Oct 2012 12:03:20 -0700] rev 14190
8001012: jdk8 SKIP_BUILD_CYCLE=false build fails with BUILD_JAXWS=false
Reviewed-by: alanb, ohair
dsamersoff [Wed, 17 Oct 2012 18:34:07 +0400] rev 14189
6809322: javax.management.timer.Timer does not fire all notifications
Summary: Some notifications get dropped due to ConcurrentModificationException thrown in Timer.notifyAlarmClock() method.
Reviewed-by: dholmes, rbackman
Contributed-by: jaroslav.bachorik@oracle.com
ngmr [Wed, 17 Oct 2012 13:35:22 +0100] rev 14188
8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour
Reviewed-by: mduigou, alanb
alanb [Wed, 17 Oct 2012 11:43:56 +0100] rev 14187
8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported
Reviewed-by: mchung, chegar
khazra [Tue, 16 Oct 2012 15:23:17 -0700] rev 14186
7198073: (prefs) user prefs not saved [macosx]
Summary: Using class member field to get node instead of argument
Reviewed-by: alanb
naoto [Tue, 16 Oct 2012 10:59:21 -0700] rev 14185
8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions
8000273: java.util.Locale.getDisplayVariant(Locale l) isn't transferred to the custom service provider
8000615: JRE adapter: timezone name of en_US is changed when extension directory is added
Reviewed-by: okutsu
robm [Mon, 15 Oct 2012 22:34:35 +0100] rev 14184
8000487: Java JNDI connection library on ldap conn is not honoring configured timeout
Reviewed-by: vinnie
robm [Mon, 15 Oct 2012 03:26:11 +0100] rev 14183
8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
Reviewed-by: alanb, martin
sflores [Sun, 14 Oct 2012 22:58:59 +0100] rev 14182
7194449: String resources for Key Tool and Policy Tool should be in their respective packages
Reviewed-by: alanb, weijun, mullan