hg: jdk7/tl/jdk: 6867665: Problem with keytabs with multiple kvno's (key versions)

2009-08-19 Thread weijun . wang
Changeset: 5e8986cabdd8 Author:weijun Date: 2009-08-20 11:24 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5e8986cabdd8 6867665: Problem with keytabs with multiple kvno's (key versions) Reviewed-by: valeriep, ohair ! src/share/classes/sun/security/krb5/internal/ktab/KeyTab.

hg: jdk7/tl/langtools: 6871291: Please clarify javax.tools.JavaCompiler.getTask() "classes" parameter

2009-08-19 Thread joe . darcy
Changeset: 2ce3597237f0 Author:darcy Date: 2009-08-19 17:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2ce3597237f0 6871291: Please clarify javax.tools.JavaCompiler.getTask() "classes" parameter Reviewed-by: jjg ! src/share/classes/javax/tools/JavaCompiler.java

hg: jdk7/tl/langtools: 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk

2009-08-19 Thread ahughes
Changeset: 2aa3a1cdb094 Author:andrew Date: 2009-08-19 20:44 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2aa3a1cdb094 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk Summary: Set source and target explicitly in pcompile task Reviewed-by: