< prev index next >

test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java

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

*** 33,45 **** * @author Jaroslav Bachorik * @bug 6937053 8005472 * * @modules java.management * jdk.compiler * @run clean TestSerializationMismatch * @run main/othervm TestSerializationMismatch - * */ public class TestSerializationMismatch { static final String clientDir = "Client"; static final String serverDir = "Server"; static final String testSrc = System.getProperty("test.src"); --- 33,45 ---- * @author Jaroslav Bachorik * @bug 6937053 8005472 * * @modules java.management * jdk.compiler + * * @run clean TestSerializationMismatch * @run main/othervm TestSerializationMismatch */ public class TestSerializationMismatch { static final String clientDir = "Client"; static final String serverDir = "Server"; static final String testSrc = System.getProperty("test.src");
< prev index next >