< prev index next >

test/com/sun/jdi/RunToExit.java

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

*** 22,34 **** --- 22,36 ---- */ /* @test * @bug 4997445 * @summary Test that with server=y, when VM runs to System.exit() no error happens + * * @library /lib/testlibrary * @modules java.management * jdk.jdi + * * @build jdk.testlibrary.* VMConnection RunToExit Exit0 * @run driver RunToExit */ import java.net.ServerSocket; import com.sun.jdi.Bootstrap;
< prev index next >