langtools/test/tools/javac/MethodParameters/CaptureTest.java
changeset 22171 71073f4a867e
parent 19657 48226ff07b84
child 22445 8a8fab3afa0b
equal deleted inserted replaced
22170:62da5257a0a7 22171:71073f4a867e
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8015701
    26  * @bug 8015701
       
    27  * @ignore 8030656 Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
    27  * @summary Test method parameter attribute generation with captured locals.
    28  * @summary Test method parameter attribute generation with captured locals.
    28  * @compile -parameters CaptureTest.java
    29  * @compile -parameters CaptureTest.java
    29  * @run main CaptureTest
    30  * @run main CaptureTest
    30  */
    31  */
    31 import java.lang.Class;
    32 import java.lang.Class;