< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/classfile/TypeCasts.java

Print this page

        

*** 31,41 **** /* * @test * @bug 6843077 8006775 * @summary test that typecasts annotation are emitted if only the cast * expression is optimized away ! * @modules jdk.compiler/com.sun.tools.classfile */ public class TypeCasts extends ClassfileTestHelper{ public static void main(String[] args) throws Exception { new TypeCasts().run(); --- 31,41 ---- /* * @test * @bug 6843077 8006775 * @summary test that typecasts annotation are emitted if only the cast * expression is optimized away ! * @modules jdk.jdeps/com.sun.tools.classfile */ public class TypeCasts extends ClassfileTestHelper{ public static void main(String[] args) throws Exception { new TypeCasts().run();
< prev index next >