< prev index next >

test/com/sun/jdi/AccessSpecifierTest.java

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

@@ -23,14 +23,12 @@
 
 /**
  *  @test
  *  @bug 4359628
  *  @summary Test fix for JDI: methods Accessible.is...() lie about array types
- *
  *  @author Tim Bell
  *
- *  @modules jdk.jdi
  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g AccessSpecifierTest.java
  *  @run driver AccessSpecifierTest
  */
 import com.sun.jdi.*;
< prev index next >