hg: jdk7/tl/jdk: 6217210: RFE: Support for Cp833 in 1.4.2

2010-11-17 Thread xueming . shen
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

hg: jdk7/tl/jdk: 6615506: (fmt spec) Date/Time conversion table missing column for 'Z'

2010-11-17 Thread xueming . shen
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

hg: jdk7/tl/langtools: 7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry

2010-11-17 Thread jonathan . gibbons
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

Re: Bug in java.nio.StringCharBuffer.slice

2010-11-17 Thread Alan Bateman
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

Bug in java.nio.StringCharBuffer.slice

2010-11-17 Thread John Platts
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

hg: jdk7/tl/jdk: 2 new changesets

2010-11-17 Thread michael . x . mcmahon
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/

Re: 70000691 : (coll) (doc) ConcurrentLinkedQueue @link to ConcurrentModificationException

2010-11-17 Thread Alan Bateman
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