langtools/test/tools/javap/T6716452.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test 6716452
    25  * @test 6716452
    26  * @summary need a method to get an index of an attribute
    26  * @summary need a method to get an index of an attribute
    27  * @modules jdk.compiler/com.sun.tools.classfile
    27  * @modules jdk.jdeps/com.sun.tools.classfile
    28  */
    28  */
    29 
    29 
    30 import java.io.*;
    30 import java.io.*;
    31 import com.sun.tools.classfile.*;
    31 import com.sun.tools.classfile.*;
    32 
    32