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
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
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
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.
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
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
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
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