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