test/tools/javac/lambda/TargetType52.java

changeset 1562
2154ed9ff6c8
parent 1510
7873d37f5b37
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/lambda/TargetType52.java	Tue Feb 12 13:36:56 2013 +0000
     1.2 +++ b/test/tools/javac/lambda/TargetType52.java	Tue Feb 12 19:25:09 2013 +0000
     1.3 @@ -1,6 +1,8 @@
     1.4  /*
     1.5   * @test /nodynamiccopyright/
     1.6 - * @summary uncatched sam conversion failure exception lead to javac crash
     1.7 + * @bug 8005244
     1.8 + * @summary Implement overload resolution as per latest spec EDR
     1.9 + *          uncatched sam conversion failure exception lead to javac crash
    1.10   * @compile/fail/ref=TargetType52.out -XDrawDiagnostics TargetType52.java
    1.11   */
    1.12  class TargetType52 {

mercurial