hg: jdk8/tl/jdk: 7041800: URI.equals may incorrectly return true with escaped octets

2011-09-01 Thread chris . hegarty
Changeset: fcb33500b325 Author:chegar Date: 2011-09-01 13:53 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fcb33500b325 7041800: URI.equals may incorrectly return true with escaped octets Reviewed-by: alanb, michaelm ! src/share/classes/java/net/URI.java !

hg: jdk8/tl/langtools: 7073631: (javac) javac parser improvements for error position reporting

2011-09-01 Thread kumar . x . srinivasan
Changeset: 04f983e3e825 Author:ksrini Date: 2011-09-01 09:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/04f983e3e825 7073631: (javac) javac parser improvements for error position reporting Summary: JavacParser improvements for NetBeans, improved by LangTools.

Codereview request for 6898310: (cs) Charset cache lookups should be synchronized

2011-09-01 Thread Xueming Shen
Hi, This is a forward porting. Same fix has been in jdk5/6, and will be in jdk 7u2 later. http://cr.openjdk.java.net/~sherman/6898310/webrev The change itself is relative simple. And given its race-condition nature, no reliable regression test case is provided. Thanks! -Sherman

hg: jdk8/tl/langtools: 7086071: tools/javac/7079713/TestCircularClassfile.java fails on windows

2011-09-01 Thread jim . holmlund
Changeset: a45d78d26450 Author:jjh Date: 2011-09-01 14:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a45d78d26450 7086071: tools/javac/7079713/TestCircularClassfile.java fails on windows Summary: delete file before renaming another file to it Reviewed-by: jjg !