langtools/test/tools/javap/T7190862.java
changeset 36526 3b41f1c69604
parent 30846 2b3f379840f0
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
     1 
     1 
     2 /*
     2 /*
     3  * @test /nodynamiccopyright/
     3  * @test /nodynamiccopyright/
     4  * @bug 7190862 7109747
     4  * @bug 7190862 7109747
     5  * @summary javap shows an incorrect type for operands if the 'wide' prefix is used
     5  * @summary javap shows an incorrect type for operands if the 'wide' prefix is used
     6  * @modules jdk.jdeps
     6  * @modules jdk.jdeps/com.sun.tools.javap
     7  */
     7  */
     8 
     8 
     9 import com.sun.source.util.JavacTask;
     9 import com.sun.source.util.JavacTask;
    10 import com.sun.tools.javap.JavapFileManager;
    10 import com.sun.tools.javap.JavapFileManager;
    11 import com.sun.tools.javap.JavapTask;
    11 import com.sun.tools.javap.JavapTask;