< prev index next >

test/com/sun/jdi/connect/spi/GeneratedConnectors.java

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

@@ -28,11 +28,10 @@
  * When a transport service is deployed the virtual machine machine
  * is required to create an AttachingConnector and ListeningConnector
  * to encapsulate the transport. This tests that the connectors are
  * created and that they have an "address" argument.
  *
- * @modules jdk.jdi/com.sun.tools.jdi
  * @build GeneratedConnectors NullTransportService SimpleLaunchingConnector
  * @run main/othervm GeneratedConnectors
  */
 
 import com.sun.jdi.*;
< prev index next >