diff -r 073696f59241 -r 2154ed9ff6c8 test/tools/javac/lambda/TargetType52.java --- a/test/tools/javac/lambda/TargetType52.java Tue Feb 12 13:36:56 2013 +0000 +++ b/test/tools/javac/lambda/TargetType52.java Tue Feb 12 19:25:09 2013 +0000 @@ -1,6 +1,8 @@ /* * @test /nodynamiccopyright/ - * @summary uncatched sam conversion failure exception lead to javac crash + * @bug 8005244 + * @summary Implement overload resolution as per latest spec EDR + * uncatched sam conversion failure exception lead to javac crash * @compile/fail/ref=TargetType52.out -XDrawDiagnostics TargetType52.java */ class TargetType52 {