langtools/test/tools/javap/typeAnnotations/T6855990.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @bug 6855990
    28  * @bug 6855990
    29  * @summary InstructionDetailWriter should support new 308 annotations attribute
    29  * @summary InstructionDetailWriter should support new 308 annotations attribute
    30  * @modules jdk.compiler
    30  * @modules jdk.jdeps
    31  */
    31  */
    32 
    32 
    33 public class T6855990 {
    33 public class T6855990 {
    34     public static void main(String[] args) throws Exception {
    34     public static void main(String[] args) throws Exception {
    35         new T6855990().run();
    35         new T6855990().run();