langtools/test/tools/javac/MethodParameters/StaticMethods.java
changeset 22171 71073f4a867e
parent 21044 ffba9cdeff1a
child 22445 8a8fab3afa0b
equal deleted inserted replaced
22170:62da5257a0a7 22171:71073f4a867e
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8006582
    26  * @bug 8006582
       
    27  * @ignore 8030656 Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
    27  * @summary javac should generate method parameters correctly.
    28  * @summary javac should generate method parameters correctly.
    28  * @build Tester
    29  * @build Tester
    29  * @compile -parameters StaticMethods.java
    30  * @compile -parameters StaticMethods.java
    30  * @run main Tester StaticMethods StaticMethods.out
    31  * @run main Tester StaticMethods StaticMethods.out
    31  */
    32  */