hg: jdk8/tl/jdk: 7162007: Clean up i18n related caches

2013-01-14 Thread naoto . sato
Changeset: 1d7a6adf499f Author:naoto Date: 2013-01-14 11:09 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1d7a6adf499f 7162007: Clean up i18n related caches Reviewed-by: okutsu, ohair ! make/java/java/FILES_java.gmk ! src/share/classes/java/text/DateFormatSymbols.java ! src

Re: Code Review Request: 7171415: java.net.URI.equals/hashCode not consistent for some URIs

2013-01-14 Thread Kurchi Hazra
Thank you all for your comments. Here is an updated webrev where URI.hashCode() calculates the hashCode itself instead of relying on String.hashCode(): http://cr.openjdk.java.net/~khazra/7171415/webrev.01/ Thanks, Kurchi On 08.01.2013 20:29, Vitaly Davidovich wrote: Yes, I also thought about

hg: jdk8/tl/langtools: 8006119: update javac to follow latest spec for repeatable annotations

2013-01-14 Thread jonathan . gibbons
Changeset: df694c775e8a Author:jjg Date: 2013-01-14 13:50 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/df694c775e8a 8006119: update javac to follow latest spec for repeatable annotations Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/code/Annotations.java

hg: jdk8/tl/langtools: 8006241: Test DocRootSlash.java fails

2013-01-14 Thread jonathan . gibbons
Changeset: d54b4a091450 Author:jjg Date: 2013-01-14 14:17 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d54b4a091450 8006241: Test DocRootSlash.java fails Reviewed-by: darcy ! test/com/sun/javadoc/DocRootSlash/DocRootSlash.java

RFR: (JDK-8005406) HTTP server implementation should use Base64 API

2013-01-14 Thread Mark Sheppard
Hi, Request for review of JDK-8005406, this time! This is the second in a series of refactorings which migrate base64 support in various packages to utilize the base64 support from java.util.Base64. This is the modification of com.sun.net.httpserver.BasicAuthenticator.java to use java.util.Bas

hg: jdk8/tl/jdk: 8005252: pack200 should support MethodParameters

2013-01-14 Thread kumar . x . srinivasan
Changeset: dcb64d498d5b Author:ksrini Date: 2013-01-14 15:46 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dcb64d498d5b 8005252: pack200 should support MethodParameters Reviewed-by: jrose ! src/share/classes/com/sun/java/util/jar/pack/Attribute.java ! src/share/classes/com/

hg: jdk8/tl/jdk: 8006265: Add test SSLEngineDeadlock.java to ProblemList

2013-01-14 Thread xuelei . fan
Changeset: edb7e34a0531 Author:xuelei Date: 2013-01-14 18:31 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/edb7e34a0531 8006265: Add test SSLEngineDeadlock.java to ProblemList Reviewed-by: weijun ! test/ProblemList.txt

Re: RFR: (JDK-8005406) HTTP server implementation should use Base64 API

2013-01-14 Thread Kurchi Subhra Hazra
The change looks ok. You might want to move the comments on this bug to 8006153 for the sake of book-keeping. Thanks, Kurchi On 1/14/13 2:24 PM, Mark Sheppard wrote: Hi, Request for review of JDK-8005406, this time! This is the second in a series of refactorings which migrate base64 support i