Changeset: 0b52c87c39da
Author:dxu
Date: 2012-10-26 11:21 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0b52c87c39da
4239752: FileSystem should be a platform-specific class to avoid native code
Reviewed-by: alanb, dholmes, erikj, jgish
! make/java/java/Exportedfiles.gmk
! m
Changeset: 217c265158fe
Author:jjg
Date: 2012-10-26 13:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/217c265158fe
8001219: Clean up use of URLs in javadoc Extern class
Reviewed-by: darcy
! src/share/classes/com/sun/tools/doclets/internal/toolkit/Configuration.java
Looks fine to me.
--Sean
On 10/24/12 9:26 AM, Xuelei Fan wrote:
> webrev: http://cr.openjdk.java.net./~xuelei/8001466/webrev.00/
>
> The bug has not been shown at bugs.sun.com. The bug is about a
> regression test failure of
> sun/security/ssl/javax/net/ssl/ServerName/SSLSocketSNISensitive.java.
Changeset: 3fc5457cf779
Author:dl
Date: 2012-10-26 21:34 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3fc5457cf779
8001575: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012
Reviewed-by: chegar, dholmes
! src/share/classes/java/util/concurrent/AbstractExecutorService.java
Changeset: 6302932b7380
Author:rfield
Date: 2012-10-25 17:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6302932b7380
8000806: Implement runtime lambda metafactory
Summary: Implement lambda invokedynamic bootstrap by generating at runtime an
inner class that implements th
Vinnie,
The last mile is the hardest...sorry for the delay.
1. I am not sure about having the ivSpec field. It seems that this can
be done without since it should be same as what's returned by
cipher.getIV() since that's what you use for engineGetIV() call.
2. in getParameters(), since we are
Changeset: 64fce9f95b1d
Author:jjg
Date: 2012-10-26 17:17 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/64fce9f95b1d
8001714: add missing tests for 7199925
Reviewed-by: darcy
+ test/tools/javac/annotations/repeatingAnnotations/ClassReaderDefault.java
+ test/tools/java