jdk/test/com/sun/jdi/PopAndInvokeTest.java
changeset 24973 8c4bc3fa4c4e
parent 7668 d4a77089c587
child 30376 2ccf2cf7ea48
equal deleted inserted replaced
24972:d3304c4e66b5 24973:8c4bc3fa4c4e
    29  *
    29  *
    30  *  @author jjh
    30  *  @author jjh
    31  *
    31  *
    32  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    32  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    33  *  @run compile -g PopAndInvokeTest.java
    33  *  @run compile -g PopAndInvokeTest.java
    34  *  @run main PopAndInvokeTest
    34  *  @run driver PopAndInvokeTest
    35  */
    35  */
    36 import com.sun.jdi.*;
    36 import com.sun.jdi.*;
    37 import com.sun.jdi.event.*;
    37 import com.sun.jdi.event.*;
    38 import java.util.*;
    38 import java.util.*;
    39 
    39