langtools/test/tools/javac/annotations/typeAnnotations/classfile/DeadCode.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    30 
    30 
    31 /*
    31 /*
    32  * @test
    32  * @test
    33  * @bug 6917130 8006775
    33  * @bug 6917130 8006775
    34  * @summary test that optimized away annotations are not emited to classfile
    34  * @summary test that optimized away annotations are not emited to classfile
    35  * @modules jdk.compiler/com.sun.tools.classfile
    35  * @modules jdk.jdeps/com.sun.tools.classfile
    36  */
    36  */
    37 
    37 
    38 public class DeadCode extends ClassfileTestHelper {
    38 public class DeadCode extends ClassfileTestHelper {
    39     public static void main(String[] args) throws Exception {
    39     public static void main(String[] args) throws Exception {
    40         new DeadCode().run();
    40         new DeadCode().run();