Re: Math.round(...) and bug 6430675

2013-02-02 Thread Jeff Hain
Would you mind filing an issue so that this may be tracked? Done: Math.round has surprising behavior for odd values of ulp 1 -Jeff

hg: jdk8/tl/jdk: 8007322: untangle ftp protocol from general networking URL tests

2013-02-02 Thread chris . hegarty
Changeset: ee83319029a5 Author:chegar Date: 2013-02-02 17:15 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ee83319029a5 8007322: untangle ftp protocol from general networking URL tests Reviewed-by: alanb ! test/java/net/URL/Constructor.java !

Please review simple change: 8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch

2013-02-02 Thread Kumar Srinivasan
Hi, Webrev here: http://cr.openjdk.java.net/~ksrini/8007135/webrev/ Contributed-by: Ragin from the awt team. Thanks Kumar

hg: jdk8/tl/jdk: 8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch

2013-02-02 Thread kumar . x . srinivasan
Changeset: 25831e7009c4 Author:ksrini Date: 2013-02-02 12:08 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/25831e7009c4 8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch Reviewed-by: ksrini, mduigou Contributed-by: ragini.pra...@oracle.com !

RFR : 8006594/8006595 : Define jdk_core test set

2013-02-02 Thread Mike Duigou
I have updated both the jdk repo patch: 8006594: Add jdk_core target to jdk/test/Makefile http://cr.openjdk.java.net/~mduigou/JDK-8006594/1/webrev/ and the root repo patch: 8006595: Use jdk/test/Makefile targets in preference to local definitions

hg: jdk8/tl/langtools: 8005075: Pool.Method, and Pool.Variable redundant Symbol field should be removed

2013-02-02 Thread vicente . romero
Changeset: 4cc73ec94686 Author:vromero Date: 2013-02-02 21:04 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4cc73ec94686 8005075: Pool.Method, and Pool.Variable redundant Symbol field should be removed Reviewed-by: jjg !

hg: jdk8/tl/langtools: 7199823: javac generates inner class that can't be verified

2013-02-02 Thread vicente . romero
Changeset: a51a8dac0a2f Author:vromero Date: 2013-02-03 02:31 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a51a8dac0a2f 7199823: javac generates inner class that can't be verified Reviewed-by: jjg, mcimadamore ! src/share/classes/com/sun/tools/javac/comp/Lower.java