equal
deleted
inserted
replaced
23 |
23 |
24 // TEMPLATE: global replace "Template" with your test name |
24 // TEMPLATE: global replace "Template" with your test name |
25 // TEMPLATE: change bug number and fill out <SUMMARY> and <AUTHOR> |
25 // TEMPLATE: change bug number and fill out <SUMMARY> and <AUTHOR> |
26 // TEMPLATE: delete TEMPLATE lines |
26 // TEMPLATE: delete TEMPLATE lines |
27 /** |
27 /** |
28 * @test |
28 * @test |
29 * @bug 0000000 |
29 * @bug 0000000 |
30 * @summary <SUMMARY> |
30 * @summary <SUMMARY> |
|
31 * @author <AUTHOR> |
31 * |
32 * |
32 * @author <AUTHOR> |
33 * @run build TestScaffold VMConnection TargetListener TargetAdapter |
33 * |
34 * @run compile -g TemplateTest.java |
34 * @modules jdk.jdi |
35 * @run driver TemplateTest |
35 * @run build TestScaffold VMConnection TargetListener TargetAdapter |
|
36 * @run compile -g TemplateTest.java |
|
37 * @run driver TemplateTest |
|
38 */ |
36 */ |
39 import com.sun.jdi.*; |
37 import com.sun.jdi.*; |
40 import com.sun.jdi.event.*; |
38 import com.sun.jdi.event.*; |
41 import com.sun.jdi.request.*; |
39 import com.sun.jdi.request.*; |
42 |
40 |