< prev index next >

test/com/sun/jdi/PopAsynchronousTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 24,37 **** /** * @test * @bug 4467564 * @summary Test the popping of frames in an asynchronous context * (that is, when suspended by the debugger at random points) - * * @author Robert Field * - * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g PopAsynchronousTest.java * @run driver PopAsynchronousTest */ import com.sun.jdi.*; --- 24,35 ----
< prev index next >