< prev index next >

langtools/test/tools/javap/T7190862.java

Print this page

        

*** 1,11 **** /* * @test /nodynamiccopyright/ * @bug 7190862 7109747 * @summary javap shows an incorrect type for operands if the 'wide' prefix is used ! * @modules jdk.compiler */ import com.sun.source.util.JavacTask; import com.sun.tools.javap.JavapFileManager; import com.sun.tools.javap.JavapTask; --- 1,11 ---- /* * @test /nodynamiccopyright/ * @bug 7190862 7109747 * @summary javap shows an incorrect type for operands if the 'wide' prefix is used ! * @modules jdk.jdeps */ import com.sun.source.util.JavacTask; import com.sun.tools.javap.JavapFileManager; import com.sun.tools.javap.JavapTask;
< prev index next >