RFR JDK-4880778

2013-02-02 Thread John Zavgren
Greetings: Please consider the following modification of our classes for handling URLs. http://cr.openjdk.java.net/~jzavgren/4880778/webrev.01/ background See http://java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html. The URL class is declared final yet has two protected methods:

Re: RFR JDK-4880778

2013-02-02 Thread Alan Bateman
On 02/02/2013 14:39, John Zavgren wrote: Greetings: Please consider the following modification of our classes for handling URLs. http://cr.openjdk.java.net/~jzavgren/4880778/webrev.01/ This looks okay to me. For the URLStreamHandler setURL methods then an alternative to removing the

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 !

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 !

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