< prev index next >

test/com/sun/jdi/PopSynchronousTest.java

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

@@ -24,14 +24,12 @@
 /**
  *  @test
  *  @bug 4467564
  *  @summary Test the popping of frames in synchronous context
  *           (that is, when stopped at an event)
- *
  *  @author Robert Field
  *
- *  @modules jdk.jdi
  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g PopSynchronousTest.java
  *  @run driver PopSynchronousTest
  */
 import com.sun.jdi.*;
< prev index next >