< prev index next >

test/com/sun/jdi/EarlyReturnTest.java

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

@@ -32,11 +32,10 @@
  *  @bug 6432855
  *  @summary Need a way to create JDI VoidValue for use in ThreadReference.forceEarlyReturn
  *
  *  @author Tim Bell (based on MethodExitReturnValuesTest by Jim Holmlund)
  *
- *  @modules jdk.jdi
  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g EarlyReturnTest.java
  *  @run driver EarlyReturnTest
  */
 import com.sun.jdi.*;
< prev index next >