hg: jdk8/tl/langtools: 8008313: 8007052 breaks test/tools/javap/MethodParameters.java

2013-02-15 Thread jonathan . gibbons
Changeset: 9fb4f223a90d Author:jjg Date: 2013-02-15 11:26 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9fb4f223a90d 8008313: 8007052 breaks test/tools/javap/MethodParameters.java Reviewed-by: darcy ! test/tools/javap/MethodParameters.java

hg: jdk8/tl/langtools: 8008309: TargetType60 fails because of bad golden file

2013-02-15 Thread maurizio . cimadamore
Changeset: da2f7dd53915 Author:mcimadamore Date: 2013-02-15 18:13 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/da2f7dd53915 8008309: TargetType60 fails because of bad golden file Summary: bad golden file Reviewed-by: jjg ! test/tools/javac/lambda/TargetType60.out

hg: jdk8/tl/langtools: 6 new changesets

2013-02-15 Thread maurizio . cimadamore
Changeset: 0baaae675b19 Author:mcimadamore Date: 2013-02-15 16:28 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0baaae675b19 8006749: compiler does not allow Object protected methods to be used in lambda Summary: Check.checkFunctionalInterface should take into account

hg: jdk8/tl/langtools: 8007052: javap should include the descriptor for a method in verbose mode

2013-02-15 Thread jonathan . gibbons
Changeset: 040f02711b73 Author:jjg Date: 2013-02-15 08:28 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/040f02711b73 8007052: javap should include the descriptor for a method in verbose mode Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javap/ClassWriter.

hg: jdk8/tl/jdk: 8008223: java/net/BindException/Test.java fails rarely

2013-02-15 Thread chris . hegarty
Changeset: 048637b40787 Author:chegar Date: 2013-02-15 11:06 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/048637b40787 8008223: java/net/BindException/Test.java fails rarely Reviewed-by: khazra, alanb ! test/java/net/BindException/Test.java

Re: RFR 8008223: java/net/BindException/Test.java fails rarely

2013-02-15 Thread Alan Bateman
On 15/02/2013 09:51, Chris Hegarty wrote: On 15/02/2013 08:18, Alan Bateman wrote: I guess this is assuming that their the tests are run with -ea or that the presence of the assert will keep the reference alive. Would it be The presence of the asserts will keep the reference alive even i

Re: RFR 8008223: java/net/BindException/Test.java fails rarely

2013-02-15 Thread Chris Hegarty
On 15/02/2013 08:18, Alan Bateman wrote: I guess this is assuming that their the tests are run with -ea or that the presence of the assert will keep the reference alive. Would it be The presence of the asserts will keep the reference alive even if running without asserts enabled. But it

Re: RFR 8008223: java/net/BindException/Test.java fails rarely

2013-02-15 Thread Alan Bateman
On 14/02/2013 14:43, Chris Hegarty wrote: Webrev: http://cr.openjdk.java.net/~chegar/8008223/webrev.00/webrev/ This test has been around a long time, and rarely fails, but has had several bugs closed as 'not reproducible' marked against it. The test tries to verify that a BindException is t