langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/Lambda.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8008077 8029721 8042451 8043974
    26  * @bug 8008077 8029721 8042451 8043974
    27  * @summary Test population of reference info for lambda expressions
    27  * @summary Test population of reference info for lambda expressions
    28  *          javac crash for annotated parameter type of lambda in a field
    28  *          javac crash for annotated parameter type of lambda in a field
    29  * @modules jdk.compiler/com.sun.tools.classfile
    29  * @modules jdk.jdeps/com.sun.tools.classfile
    30  * @ignore 8057687 emit correct byte code an attributes for type annotations
    30  * @ignore 8057687 emit correct byte code an attributes for type annotations
    31  * @compile -g Driver.java ReferenceInfoUtil.java Lambda.java
    31  * @compile -g Driver.java ReferenceInfoUtil.java Lambda.java
    32  * @run main Driver Lambda
    32  * @run main Driver Lambda
    33  * @author Werner Dietl
    33  * @author Werner Dietl
    34  */
    34  */