jdk/test/com/sun/jdi/InterfaceMethodsTest.java
changeset 30376 2ccf2cf7ea48
parent 29244 7cd7342724cb
child 32427 c22b7e41adf3
equal deleted inserted replaced
30375:6da086d0f46d 30376:2ccf2cf7ea48
    25  *  @test
    25  *  @test
    26  *  @bug 8031195
    26  *  @bug 8031195
    27  *  @bug 8071657
    27  *  @bug 8071657
    28  *  @summary  JDI: Add support for static and default methods in interfaces
    28  *  @summary  JDI: Add support for static and default methods in interfaces
    29  *
    29  *
       
    30  *  @modules jdk.jdi
    30  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    31  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    31  *  @run build InterfaceMethodsTest
    32  *  @run build InterfaceMethodsTest
    32  *  @run driver InterfaceMethodsTest
    33  *  @run driver InterfaceMethodsTest
    33  */
    34  */
    34 import com.sun.jdi.*;
    35 import com.sun.jdi.*;