Changeset: ce757906302f
Author:sherman
Date: 2010-11-17 21:33 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ce757906302f
6217210: RFE: Support for Cp833 in 1.4.2
Summary: Forward port the Cp833 charset
Reviewed-by: poonam
! make/sun/nio/cs/FILES_java.gmk
+ make/tools/Charse
Changeset: 59d10b97be7c
Author:sherman
Date: 2010-11-17 15:10 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/59d10b97be7c
6615506: (fmt spec) Date/Time conversion table missing column for 'Z'
Summary: added the column entry back in
Reviewed-by: alanb
! src/share/classes/java
Changeset: abaceae7c9f8
Author:jjg
Date: 2010-11-17 15:07 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/abaceae7c9f8
7000973: isBogus needs to be called on the to-be-returned entry, not on the
current entry
Reviewed-by: jjg
Contributed-by: jan.lah...@oracle.com
! src
John Platts wrote:
Here is the current implementation of slice in
java.nio.StringCharBuffer (as found in OpenJDK 7):
44 public CharBuffer slice() {
45 return new StringCharBuffer(str,
46 -1,
47 0,
48
Here is the current implementation of slice in java.nio.StringCharBuffer (as
found in OpenJDK 7):
44 public CharBuffer slice() {
45 return new StringCharBuffer(str,
46 -1,
47 0,
48
Changeset: f9dbb7d2e8a3
Author:michaelm
Date: 2010-11-17 14:29 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f9dbb7d2e8a3
6725892: Http server stability issues
Reviewed-by: chegar
! src/share/classes/com/sun/net/httpserver/HttpsConfigurator.java
! src/share/classes/com/sun/
Mike Duigou wrote:
I'll ask the same as Alan for a small doc review for ConcurrentLinkedQueue
Thanks,
Mike
diff --git a/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java
b/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java
--- a/src/share/classes/java/util/concur