hg: jdk7/tl/langtools: 6990136: Cleanup use of Type.clone()

2011-02-16 Thread daniel . smith
Changeset: 0c24826853b2 Author:dlsmith Date: 2011-02-16 10:27 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0c24826853b2 6990136: Cleanup use of Type.clone() Summary: Introduced factory methods in class Types which can be used rather than clone(). Reviewed-by: jjg, mc

hg: jdk7/tl/jdk: 7018392: update URLJarFile.java to use try-with-resources

2011-02-16 Thread stuart . marks
Changeset: 6e33b377aa6e Author:smarks Date: 2011-02-16 18:22 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6e33b377aa6e 7018392: update URLJarFile.java to use try-with-resources Reviewed-by: alanb, chegar, hawtin ! src/share/classes/sun/net/www/protocol/jar/URLJarFile.java

hg: jdk7/tl/jdk: 6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters

2011-02-16 Thread xueming . shen
Changeset: dbc74475822f Author:sherman Date: 2011-02-16 11:11 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dbc74475822f 6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters Summary: updated to make sure the system pro

hg: jdk7/tl/jdk: 6562203: Thread doesn't terminate immediately if it was stopped before start

2011-02-16 Thread chris . hegarty
Changeset: afa89f8ab9c8 Author:chegar Date: 2011-02-16 12:38 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/afa89f8ab9c8 6562203: Thread doesn't terminate immediately if it was stopped before start Reviewed-by: dholmes, alanb ! src/share/classes/java/lang/Thread.java - test/