diff -r 45d6fd3af6ac -r 0d4717a011d3 jdk/test/com/sun/corba/transport/KeepAliveSockets.java --- a/jdk/test/com/sun/corba/transport/KeepAliveSockets.java Thu May 28 11:31:40 2015 -0700 +++ b/jdk/test/com/sun/corba/transport/KeepAliveSockets.java Thu May 28 10:54:48 2015 -0700 @@ -26,6 +26,7 @@ * @bug 8017195 * @summary Introduce option to setKeepAlive parameter on CORBA sockets * + * @modules java.corba/com.sun.corba.se.impl.orb java.corba/com.sun.corba.se.impl.transport * @run main/othervm KeepAliveSockets * @run main/othervm -Dcom.sun.CORBA.transport.enableTcpKeepAlive KeepAliveSockets * @run main/othervm -Dcom.sun.CORBA.transport.enableTcpKeepAlive=true KeepAliveSockets