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