weijun [Mon, 22 Oct 2012 17:01:35 +0800] rev 14200
8000624: Move MaxRetries.java to ProblemList for the moment
Reviewed-by: alanb
weijun [Mon, 22 Oct 2012 09:59:23 +0800] rev 14199
8001204: typo: Unable to obtain Princpal Name for authentication
Reviewed-by: xuelei
jjh [Sat, 20 Oct 2012 22:49:26 +0100] rev 14198
7197401: Add a subset of the org.objectweb.asm packages to jdk8
Reviewed-by: ohair, briangoetz, erikj, iris
alanb [Sat, 20 Oct 2012 21:07:50 +0100] rev 14197
8000941: Remove ftp from the required list of protocol handlers
Reviewed-by: chegar
xuelei [Fri, 19 Oct 2012 20:36:36 -0700] rev 14196
8000954: Add final keyword to new method in SSLParameters
Reviewed-by: wetmore
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