test/jdk/com/sun/jdi/ModificationWatchpoints.java
changeset 49009 1ecb986334cb
parent 47216 71c04702a3d5
equal deleted inserted replaced
49008:d777541fceba 49009:1ecb986334cb
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 4409582
    26  * @bug 4409582
    27  * @summary Test all info returned by modification watchpoints
    27  * @summary Test all info returned by modification watchpoints
    28  * @author Daniel Prusa (or someone in the FFJ group)
    28  * @author Daniel Prusa (or someone in the FFJ group)
    29  * @author Robert Field (modified to JDIScaffold)
    29  * @author Robert Field
    30  *
    30  *
    31  * @run build JDIScaffold VMConnection
    31  * @run build TestScaffold VMConnection
    32  * @run compile -g ModificationWatchpoints.java
    32  * @run compile -g ModificationWatchpoints.java
    33  * @run driver ModificationWatchpoints
    33  * @run driver ModificationWatchpoints
    34  */
    34  */
    35 import com.sun.jdi.*;
    35 import com.sun.jdi.*;
    36 import com.sun.jdi.event.*;
    36 import com.sun.jdi.event.*;