hg: jdk8/tl/langtools: 7025784: Add SourceVersion.RELEASE_8; ...

2011-06-02 Thread joe . darcy
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

Re: Code Review request for 7050329

2011-06-02 Thread Alan Bateman
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

Re: Code Review request for 7050329

2011-06-02 Thread Sean Mullan
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

hg: jdk7/tl/jdk: 7049107: Cannot call initCause() on BatchUpdateException

2011-06-02 Thread lance . andersen
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