langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/Constructors.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8026791 8042451
    26  * @bug 8026791 8042451
    27  * @summary Test population of reference info for constructor results
    27  * @summary Test population of reference info for constructor results
    28  * @modules jdk.compiler/com.sun.tools.classfile
    28  * @modules jdk.jdeps/com.sun.tools.classfile
    29  * @compile -g Driver.java ReferenceInfoUtil.java Constructors.java
    29  * @compile -g Driver.java ReferenceInfoUtil.java Constructors.java
    30  * @run main Driver Constructors
    30  * @run main Driver Constructors
    31  */
    31  */
    32 
    32 
    33 import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;
    33 import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;