langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @bug 8042451 8044009 8044010
    28  * @bug 8042451 8044009 8044010
    29  * @summary Test population of reference info for nested types
    29  * @summary Test population of reference info for nested types
    30  * @modules jdk.compiler/com.sun.tools.classfile
    30  * @modules jdk.jdeps/com.sun.tools.classfile
    31  * @ignore 8057687 emit correct byte code an attributes for type annotations
    31  * @ignore 8057687 emit correct byte code an attributes for type annotations
    32  * @compile -g Driver.java ReferenceInfoUtil.java NestedTypes.java
    32  * @compile -g Driver.java ReferenceInfoUtil.java NestedTypes.java
    33  * @run main Driver NestedTypes
    33  * @run main Driver NestedTypes
    34  */
    34  */
    35 public class NestedTypes {
    35 public class NestedTypes {