hg: jdk8/tl/langtools: 7091528: javadoc attempts to parse .class files

2011-09-16 Thread jonathan . gibbons
Changeset: dea82aa3ca4f Author:jjg Date: 2011-09-16 16:18 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/dea82aa3ca4f 7091528: javadoc attempts to parse .class files Reviewed-by: darcy ! src/share/classes/com/sun/tools/javadoc/JavadocTool.java + test/tools/javadoc/pars

hg: jdk8/tl/jdk: 7090158: Networking Libraries don't build with javac -Werror

2011-09-16 Thread chris . hegarty
Changeset: 75d763111eec Author:chegar Date: 2011-09-16 12:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/75d763111eec 7090158: Networking Libraries don't build with javac -Werror Summary: Minor changes to networking java files to remove warnings Reviewed-by: chegar, weijun

Re: Code Review Request: 7090158 Networking Libraries don't build with javac -Werror

2011-09-16 Thread Chris Hegarty
Socket.java has some commented out code. I think it should just be removed, right? I'm guessing this is the only change to the previous webrev? If so, it should be good to go. I don't think you need to re-generate a webrev for the above trivial change. -Chris On 09/16/11 06:17 PM, Kurchi Ha

Re: Code Review Request: 7090158 Networking Libraries don't build with javac -Werror

2011-09-16 Thread Kurchi Hazra
Updated webrev: http://cr.openjdk.java.net/~sherman/kurchi/7090158/webrev/ Thanks, Kurchi On 9/14/2011 12:42 PM, chris hegarty wrote: Kurchi, The problem here is that due to a bug in the compiler, CR 7090499, we are not seeing raw type warnings for anonymous inner classes. When Maurizio fi

hg: jdk8/tl/langtools: 7086586: Inference producing null type argument

2011-09-16 Thread maurizio . cimadamore
Changeset: c0835c8489b0 Author:mcimadamore Date: 2011-09-16 14:16 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c0835c8489b0 7086586: Inference producing null type argument Summary: Inference should fail in 15.12.2.7 when inference variables with 'nulltype' upper boun