Tue, 23 Oct 2012 10:02:23 +0800 8001208: Fix for KRB5CCNAME not complete
weijun [Tue, 23 Oct 2012 10:02:23 +0800] rev 14202
8001208: Fix for KRB5CCNAME not complete Reviewed-by: xuelei
Mon, 22 Oct 2012 14:22:30 -0700 6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp
twisti [Mon, 22 Oct 2012 14:22:30 -0700] rev 14201
6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp Reviewed-by: dholmes, mchung
Mon, 22 Oct 2012 17:01:35 +0800 8000624: Move MaxRetries.java to ProblemList for the moment
weijun [Mon, 22 Oct 2012 17:01:35 +0800] rev 14200
8000624: Move MaxRetries.java to ProblemList for the moment Reviewed-by: alanb
Mon, 22 Oct 2012 09:59:23 +0800 8001204: typo: Unable to obtain Princpal Name for authentication
weijun [Mon, 22 Oct 2012 09:59:23 +0800] rev 14199
8001204: typo: Unable to obtain Princpal Name for authentication Reviewed-by: xuelei
Sat, 20 Oct 2012 22:49:26 +0100 7197401: Add a subset of the org.objectweb.asm packages to jdk8
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
Sat, 20 Oct 2012 21:07:50 +0100 8000941: Remove ftp from the required list of protocol handlers
alanb [Sat, 20 Oct 2012 21:07:50 +0100] rev 14197
8000941: Remove ftp from the required list of protocol handlers Reviewed-by: chegar
Fri, 19 Oct 2012 20:36:36 -0700 8000954: Add final keyword to new method in SSLParameters
xuelei [Fri, 19 Oct 2012 20:36:36 -0700] rev 14196
8000954: Add final keyword to new method in SSLParameters Reviewed-by: wetmore
Fri, 19 Oct 2012 11:43:59 +0100 8000206: Uninitialized variable in PlainDatagramSocketImpl.c
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>
Thu, 18 Oct 2012 01:14:00 -0700 7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server
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
Wed, 17 Oct 2012 13:22:39 -0700 8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing
naoto [Wed, 17 Oct 2012 13:22:39 -0700] rev 14193
8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing Reviewed-by: okutsu
Wed, 17 Oct 2012 21:05:36 +0100 8000362: (pack200) Deprecate Packer/Unpacker addPropertyChangeLister and removePropertyChangeListener methods
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
Wed, 17 Oct 2012 20:34:04 +0100 7198496: (sl) ServiceLoader.load(Class, null) behavior differs from spec
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
Wed, 17 Oct 2012 12:03:20 -0700 8001012: jdk8 SKIP_BUILD_CYCLE=false build fails with BUILD_JAXWS=false
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
Wed, 17 Oct 2012 18:34:07 +0400 6809322: javax.management.timer.Timer does not fire all notifications
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
Wed, 17 Oct 2012 13:35:22 +0100 8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour
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
Wed, 17 Oct 2012 11:43:56 +0100 8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported
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
Tue, 16 Oct 2012 15:23:17 -0700 7198073: (prefs) user prefs not saved [macosx]
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
Tue, 16 Oct 2012 10:59:21 -0700 8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't work as expected with custom extensions
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
Mon, 15 Oct 2012 22:34:35 +0100 8000487: Java JNDI connection library on ldap conn is not honoring configured timeout
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
Mon, 15 Oct 2012 03:26:11 +0100 8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
robm [Mon, 15 Oct 2012 03:26:11 +0100] rev 14183
8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java Reviewed-by: alanb, martin
Sun, 14 Oct 2012 22:58:59 +0100 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
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
Sat, 13 Oct 2012 10:15:57 +0100 7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently
jgish [Sat, 13 Oct 2012 10:15:57 +0100] rev 14181
7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently Reviewed-by: alanb, mchung
Fri, 12 Oct 2012 14:52:24 -0700 Merge
lana [Fri, 12 Oct 2012 14:52:24 -0700] rev 14180
Merge
Thu, 11 Oct 2012 18:46:31 -0400 8000763: use XXX.valueOf methods instead of constructors
lancea [Thu, 11 Oct 2012 18:46:31 -0400] rev 14179
8000763: use XXX.valueOf methods instead of constructors Reviewed-by: mchung, forax
Thu, 11 Oct 2012 18:24:38 +0100 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
robm [Thu, 11 Oct 2012 18:24:38 +0100] rev 14178
7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol] Reviewed-by: alanb, martin, dholmes
Thu, 11 Oct 2012 11:47:05 +0100 7186817: Remove Windows 95/98/ME Support
dxu [Thu, 11 Oct 2012 11:47:05 +0100] rev 14177
7186817: Remove Windows 95/98/ME Support Reviewed-by: alanb
Wed, 10 Oct 2012 17:34:27 -0400 8000712: Remove unused fields in SyncFactory
lancea [Wed, 10 Oct 2012 17:34:27 -0400] rev 14176
8000712: Remove unused fields in SyncFactory Reviewed-by: mchung
Wed, 10 Oct 2012 20:47:12 +0100 7192274: Deprecate LogManager addPropertyChangeListener and removePropertyChangeLister methods
alanb [Wed, 10 Oct 2012 20:47:12 +0100] rev 14175
7192274: Deprecate LogManager addPropertyChangeListener and removePropertyChangeLister methods Reviewed-by: mchung, lancea, chegar
Wed, 10 Oct 2012 11:15:27 -0400 8000687: Correct javadoc typo for getLogWriter and setLogWriter
lancea [Wed, 10 Oct 2012 11:15:27 -0400] rev 14174
8000687: Correct javadoc typo for getLogWriter and setLogWriter Reviewed-by: alanb
Tue, 09 Oct 2012 19:45:17 +0100 7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed
coffeys [Tue, 09 Oct 2012 19:45:17 +0100] rev 14173
7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed Reviewed-by: alanb, chegar
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip