< prev index next >

test/com/sun/jdi/PopAndInvokeTest.java

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

@@ -22,16 +22,15 @@
  */
 
 /**
  *  @test
  *  @bug 6517249
- *  @modules jdk.jdi
- *  @ignore 6951287
  *  @summary JDWP: Cannot do an invokeMethod after a popFrames operation
- *
  *  @author jjh
  *
+ * @ignore 6951287
+ *
  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g PopAndInvokeTest.java
  *  @run driver PopAndInvokeTest
  */
 import com.sun.jdi.*;
< prev index next >