< prev index next >

test/com/sun/jdi/ExceptionEvents.java

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

@@ -22,16 +22,14 @@
  */
 
 /**
  *  @test
  *  @bug 4407397
+ * @key intermittent
  *  @summary Test the requesting of exception events
- *
  *  @author Robert Field
  *
- *  @key intermittent
- *  @modules jdk.jdi
  *  @run build TestScaffold VMConnection
  *  @run compile -g ExceptionEvents.java
  *
  *  @run driver ExceptionEvents N A StackOverflowCaughtTarg java.lang.Exception
  *  @run driver ExceptionEvents C A StackOverflowCaughtTarg null
< prev index next >