equal
deleted
inserted
replaced
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.*; |