Fri, 07 Mar 2008 13:00:44 +0000 6628576: InterfaceAddress.equals() NPE when broadcast field == null
chegar [Fri, 07 Mar 2008 13:00:44 +0000] rev 84
6628576: InterfaceAddress.equals() NPE when broadcast field == null Summary: Update logic in equals to correctly handle nulls. Reviewed-by: michaelm
Fri, 07 Mar 2008 11:51:27 +0000 6591358: documentation error in URLConnection.setRequestProperty("accept", ...)
chegar [Fri, 07 Mar 2008 11:51:27 +0000] rev 83
6591358: documentation error in URLConnection.setRequestProperty("accept", ...) Summary: Simple doc change, "accept" -> "Accept" Reviewed-by: jccollet
Fri, 07 Mar 2008 11:30:32 +0000 6615656: Removed unimplemented java.net methods
chegar [Fri, 07 Mar 2008 11:30:32 +0000] rev 82
6615656: Removed unimplemented java.net methods Reviewed-by: jccollet
Fri, 07 Mar 2008 09:57:22 +0000 6667108: typo in javadoc for java.net.Socket.getRemoteSocketAddress()
chegar [Fri, 07 Mar 2008 09:57:22 +0000] rev 81
6667108: typo in javadoc for java.net.Socket.getRemoteSocketAddress() Summary: Simple typo in method specification. Reviewed-by: jccollet
Thu, 06 Mar 2008 10:35:28 -0800 6623830: SCCS cleanup has broken two regression tests.
wetmore [Thu, 06 Mar 2008 10:35:28 -0800] rev 80
6623830: SCCS cleanup has broken two regression tests. Reviewed-by: chegar
Wed, 05 Mar 2008 18:11:33 +0100 6651717: Debug output statement left in MailToURLConnection
jccollet [Wed, 05 Mar 2008 18:11:33 +0100] rev 79
6651717: Debug output statement left in MailToURLConnection Summary: Removed output statement, removed unused imports, added override tags. Reviewed-by: chegar
Wed, 05 Mar 2008 17:16:14 +0100 6660405: HttpURLConnection returns the wrong InputStream
jccollet [Wed, 05 Mar 2008 17:16:14 +0100] rev 78
6660405: HttpURLConnection returns the wrong InputStream Summary: Set inputStream back to null in disconnectInternal(). Reviewed-by: chegar
Wed, 05 Mar 2008 22:16:06 +0800 6664612: debug output leaked
weijun [Wed, 05 Mar 2008 22:16:06 +0800] rev 77
6664612: debug output leaked Reviewed-by: valeriep
Wed, 05 Mar 2008 22:15:45 +0800 6590930: reed/write does not match for ccache
weijun [Wed, 05 Mar 2008 22:15:45 +0800] rev 76
6590930: reed/write does not match for ccache Summary: Add null-awareness to ccache read Reviewed-by: valeriep
Wed, 05 Mar 2008 21:55:33 +0800 6648972: KDCReq.init always read padata
weijun [Wed, 05 Mar 2008 21:55:33 +0800] rev 75
6648972: KDCReq.init always read padata Summary: PA-DATA is optional, only read it when it exists Reviewed-by: valeriep
Wed, 05 Mar 2008 11:40:22 +0100 6641309: Wrong Cookie separator used in HttpURLConnection
jccollet [Wed, 05 Mar 2008 11:40:22 +0100] rev 74
6641309: Wrong Cookie separator used in HttpURLConnection Summary: Added a space to cookie separator. Generified the code and added tags. Reviewed-by: chegar
Wed, 05 Mar 2008 09:52:50 +0800 6641312: Fix krb5 codes indentation problems
weijun [Wed, 05 Mar 2008 09:52:50 +0800] rev 73
6641312: Fix krb5 codes indentation problems Reviewed-by: xuelei, valeriep, wetmore
Tue, 04 Mar 2008 17:09:09 +0000 6638560: APPCRASH in "SPNEGO_HTTP_AUTH/PROXY_FALLBACK" test case with 64 bit JDK on Win2008 x64, VinVista x64
chegar [Tue, 04 Mar 2008 17:09:09 +0000] rev 72
6638560: APPCRASH in "SPNEGO_HTTP_AUTH/PROXY_FALLBACK" test case with 64 bit JDK on Win2008 x64, VinVista x64 Summary: Remove incorrect free from native code Reviewed-by: jccollet
Mon, 17 Mar 2008 22:56:59 -0700 Merge
tbell [Mon, 17 Mar 2008 22:56:59 -0700] rev 71
Merge
Fri, 14 Mar 2008 14:21:03 -0700 6514993: (prefs)prefs should use java.util.ServiceLoader to lookup service providers
sherman [Fri, 14 Mar 2008 14:21:03 -0700] rev 70
6514993: (prefs)prefs should use java.util.ServiceLoader to lookup service providers Reviewed-by: iris Contributed-by: xueming.shen@sun.com
Thu, 13 Mar 2008 19:34:49 +0000 6546113: (bf) CharSequence.slice() on wrapped CharSequence doesn't start at buffer position
alanb [Thu, 13 Mar 2008 19:34:49 +0000] rev 69
6546113: (bf) CharSequence.slice() on wrapped CharSequence doesn't start at buffer position Reviewed-by: iris Contributed-by: roman.kennke@aicas.com
Thu, 13 Mar 2008 19:29:41 +0000 6628575: (fc) lock/tryLock methods do not work with NFS servers that limit lock range to max file size
alanb [Thu, 13 Mar 2008 19:29:41 +0000] rev 68
6628575: (fc) lock/tryLock methods do not work with NFS servers that limit lock range to max file size Reviewed-by: sherman
Tue, 11 Mar 2008 14:49:53 +0000 6644607: (ch) test/java/nio/channels/SocketChannel/Connect.java throws UnknownHostException
alanb [Tue, 11 Mar 2008 14:49:53 +0000] rev 67
6644607: (ch) test/java/nio/channels/SocketChannel/Connect.java throws UnknownHostException Reviewed-by: chegar
Tue, 11 Mar 2008 14:42:35 +0000 6448457: (ch) Channels.newOutputStream().write() does not write all data
alanb [Tue, 11 Mar 2008 14:42:35 +0000] rev 66
6448457: (ch) Channels.newOutputStream().write() does not write all data Reviewed-by: iris, sherman
Mon, 10 Mar 2008 23:23:48 -0700 6625725: (coll) modCount should not be volatile
martin [Mon, 10 Mar 2008 23:23:48 -0700] rev 65
6625725: (coll) modCount should not be volatile Reviewed-by: dholmes
Mon, 10 Mar 2008 23:23:48 -0700 6583872: (coll) Direct uninformed users away from Vector/Hashtable
martin [Mon, 10 Mar 2008 23:23:48 -0700] rev 64
6583872: (coll) Direct uninformed users away from Vector/Hashtable Reviewed-by: dholmes
Mon, 10 Mar 2008 23:23:48 -0700 6633113: test/java/util/concurrent/SynchronousQueue/Fairness.java fails intermittently
martin [Mon, 10 Mar 2008 23:23:48 -0700] rev 63
6633113: test/java/util/concurrent/SynchronousQueue/Fairness.java fails intermittently Reviewed-by: dholmes
Mon, 10 Mar 2008 23:23:47 -0700 6625723: Excessive ThreadLocal storage used by ReentrantReadWriteLock
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 62
6625723: Excessive ThreadLocal storage used by ReentrantReadWriteLock Reviewed-by: dholmes Contributed-by: Doug Lea <dl@cs.oswego.edu>
Mon, 10 Mar 2008 23:23:47 -0700 6620549: ExecutorService#shutdown should clearly state that it does not block
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 61
6620549: ExecutorService#shutdown should clearly state that it does not block Reviewed-by: dholmes Contributed-by: Doug Lea <dl@cs.oswego.edu>
Mon, 10 Mar 2008 23:23:47 -0700 6609775: Reduce context switches in DelayQueue due to signalAll
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 60
6609775: Reduce context switches in DelayQueue due to signalAll Reviewed-by: alanb Contributed-by: Doug Lea <dl@cs.oswego.edu>
Mon, 10 Mar 2008 23:23:47 -0700 6602600: Fast removal of cancelled scheduled thread pool tasks
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 59
6602600: Fast removal of cancelled scheduled thread pool tasks Reviewed-by: alanb Contributed-by: Doug Lea <dl@cs.oswego.edu>
Mon, 10 Mar 2008 23:23:47 -0700 6612102: (coll) IdentityHashMap.iterator().remove() might decrement size twice
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 58
6612102: (coll) IdentityHashMap.iterator().remove() might decrement size twice Reviewed-by: dholmes
Mon, 10 Mar 2008 23:23:47 -0700 6595669: regtest LinkedBlockingQueue/OfferRemoveLoops.java fails
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 57
6595669: regtest LinkedBlockingQueue/OfferRemoveLoops.java fails Reviewed-by: dholmes
Mon, 10 Mar 2008 23:23:47 -0700 5080227: (coll spec) Bug in documentation for WeakHashMap
martin [Mon, 10 Mar 2008 23:23:47 -0700] rev 56
5080227: (coll spec) Bug in documentation for WeakHashMap Reviewed-by: dholmes
Tue, 11 Mar 2008 01:20:55 +0100 6655515: MBeans tab: operation return values of type Component displayed as String
lmalvent [Tue, 11 Mar 2008 01:20:55 +0100] rev 55
6655515: MBeans tab: operation return values of type Component displayed as String 6439590: MBeans tab: jconsole mbean tree not correctly refreshed 6446434: MBeans tab: Not possible to view MBean content before all MBeans have been initially loaded 6520144: Hard to find MBean Attributes, Operations, and Notifications in Java 6 jconsole 6522091: VMPanel.java contains non-ASCII character 6608334: JConsole fails to display MBean operation with <null> return type 6611445: MBeans tab: MBean tree algorithm wrongly removes intermediate nodes. Reviewed-by: dfuchs, jfdenise
(0) -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip