< prev index next >

test/javax/management/mxbean/MXBeanWeirdParamTest.java

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

*** 25,36 **** * @test * @bug 8058865 * @summary Checks that a serialized instance is not transmitted from an MXBean. * All the communication should be done via Open Types * @author Olivier Lagneau ! * @modules java.management.rmi * @library /lib/testlibrary * @compile Basic.java * @run main/othervm/timeout=300 -DDEBUG_STANDARD MXBeanWeirdParamTest */ import java.util.Map; --- 25,38 ---- * @test * @bug 8058865 * @summary Checks that a serialized instance is not transmitted from an MXBean. * All the communication should be done via Open Types * @author Olivier Lagneau ! * * @library /lib/testlibrary + * @modules java.management.rmi + * * @compile Basic.java * @run main/othervm/timeout=300 -DDEBUG_STANDARD MXBeanWeirdParamTest */ import java.util.Map;
< prev index next >