< prev index next >

test/com/sun/jdi/CompatibleConnectors.java

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

*** 25,35 **** * @bug 4287596 * @summary Unit test for "Pluggable Connectors and Transports" feature. * * This test checks that VirtualMachineManager creates Connectors that * are "compatible" those created by 1.4 or earilier releases. - * @modules jdk.jdi */ import com.sun.jdi.*; import com.sun.jdi.connect.*; import java.util.*; --- 25,34 ----
< prev index next >