hg: jdk7/tl/jdk: 6350801: Add support for named (instead of numbered) capture groups in regular expression; ...

2009-02-23 Thread xueming . shen
Changeset: 27e1141d436c Author:sherman Date: 2009-02-23 21:06 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/27e1141d436c 6350801: Add support for named (instead of numbered) capture groups in regular expression 6676425: Opensource unit/regression tests for java.util.regex S

Re: Unicode support in Java JRE on Windows

2009-02-23 Thread Karen Kinnear
Heiko, I'm copying this to the core-libs-dev@openjdk.java.net alias, since I think the APIs you are referring to are more familiar to that team. And I've retitled it "Java JRE" so folks see the bigger picture. hope this helps, Karen Heiko Wagner wrote: Hi, I am currently investigating on a pr

hg: jdk7/tl/jdk: 6806649: synchronization bottleneck when constructing Thread subclasses

2009-02-23 Thread christopher . hegarty
Changeset: 0f4497002345 Author:chegar Date: 2009-02-23 10:36 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0f4497002345 6806649: synchronization bottleneck when constructing Thread subclasses Summary: Replace subclass audits synchronization with ConcurrentHashMap with weakl

hg: jdk7/tl/jdk: 5067458: Loopback SSLSocketImpl createSocket is throwing an exception

2009-02-23 Thread xuelei . fan
Changeset: 2a7c1a997102 Author:xuelei Date: 2009-02-23 17:32 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2a7c1a997102 5067458: Loopback SSLSocketImpl createSocket is throwing an exception Summary: A null hostname should be regarded as a loopback address. Reviewed-by: weiju