Changeset: defdd98cb7ce
Author:darcy
Date: 2011-06-01 23:56 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/defdd98cb7ce
7025784: Add SourceVersion.RELEASE_8
7025786: Add -source 8 and -target 8 to javac
7025789: Change javac source and target default to 8
Reviewed-by: j
Sean Mullan wrote:
Hi Alan,
Would you be able to review my fix for 7050329? In the fix, I removed
the dependency on the java.ext.dirs system property and the default
java.policy file, which may contain implementation-specific content
and thus could vary on JREs from other vendors.
http://cr
On 6/2/11 9:36 AM, Alan Bateman wrote:
Sean Mullan wrote:
Hi Alan,
Would you be able to review my fix for 7050329? In the fix, I removed the
dependency on the java.ext.dirs system property and the default java.policy
file, which may contain implementation-specific content and thus could vary on
Changeset: a00f48c96345
Author:lancea
Date: 2011-06-02 12:02 -0400
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a00f48c96345
7049107: Cannot call initCause() on BatchUpdateException
Reviewed-by: darcy
! src/share/classes/java/sql/BatchUpdateException.java