jdk/test/com/sun/jdi/PopAndInvokeTest.java
changeset 5813 8e455cd3e807
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5812:45384c2300ce 5813:8e455cd3e807
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  *  @test
    25  *  @test
    26  *  @bug 6517249
    26  *  @bug 6517249
       
    27  *  @ignore 6951287
    27  *  @summary JDWP: Cannot do an invokeMethod after a popFrames operation
    28  *  @summary JDWP: Cannot do an invokeMethod after a popFrames operation
    28  *
    29  *
    29  *  @author jjh
    30  *  @author jjh
    30  *
    31  *
    31  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    32  *  @run build TestScaffold VMConnection TargetListener TargetAdapter