langtools/test/tools/javac/annotations/typeAnnotations/classfile/TypeCasts.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    31 /*
    31 /*
    32  * @test
    32  * @test
    33  * @bug 6843077 8006775
    33  * @bug 6843077 8006775
    34  * @summary test that typecasts annotation are emitted if only the cast
    34  * @summary test that typecasts annotation are emitted if only the cast
    35  *          expression is optimized away
    35  *          expression is optimized away
    36  * @modules jdk.compiler/com.sun.tools.classfile
    36  * @modules jdk.jdeps/com.sun.tools.classfile
    37  */
    37  */
    38 
    38 
    39 public class TypeCasts extends ClassfileTestHelper{
    39 public class TypeCasts extends ClassfileTestHelper{
    40     public static void main(String[] args) throws Exception {
    40     public static void main(String[] args) throws Exception {
    41         new TypeCasts().run();
    41         new TypeCasts().run();