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
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
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
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
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
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/
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
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