jdk/test/com/sun/jdi/PopAndInvokeTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  *  @test
    25  * @test
    26  *  @bug 6517249
    26  * @bug 6517249
    27  *  @modules jdk.jdi
    27  * @summary JDWP: Cannot do an invokeMethod after a popFrames operation
    28  *  @ignore 6951287
    28  * @author jjh
    29  *  @summary JDWP: Cannot do an invokeMethod after a popFrames operation
       
    30  *
    29  *
    31  *  @author jjh
    30  * @ignore 6951287
    32  *
    31  *
    33  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    32  * @run build TestScaffold VMConnection TargetListener TargetAdapter
    34  *  @run compile -g PopAndInvokeTest.java
    33  * @run compile -g PopAndInvokeTest.java
    35  *  @run driver PopAndInvokeTest
    34  * @run driver PopAndInvokeTest
    36  */
    35  */
    37 import com.sun.jdi.*;
    36 import com.sun.jdi.*;
    38 import com.sun.jdi.event.*;
    37 import com.sun.jdi.event.*;
    39 import java.util.*;
    38 import java.util.*;
    40 
    39