< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/NestedTypes.java

Print this page

        

*** 25,35 **** /* * @test * @bug 8042451 8044009 8044010 * @summary Test population of reference info for nested types ! * @modules jdk.compiler/com.sun.tools.classfile * @ignore 8057687 emit correct byte code an attributes for type annotations * @compile -g Driver.java ReferenceInfoUtil.java NestedTypes.java * @run main Driver NestedTypes */ public class NestedTypes { --- 25,35 ---- /* * @test * @bug 8042451 8044009 8044010 * @summary Test population of reference info for nested types ! * @modules jdk.jdeps/com.sun.tools.classfile * @ignore 8057687 emit correct byte code an attributes for type annotations * @compile -g Driver.java ReferenceInfoUtil.java NestedTypes.java * @run main Driver NestedTypes */ public class NestedTypes {
< prev index next >