< prev index next >

test/javax/management/remote/mandatory/connection/ObjectInputStreamWithLoaderNullCheckTest.java

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

*** 27,37 **** --- 27,39 ---- * @summary Test RMIConnector.ObjectInputStreamWithLoader constructor with * null Class loader. The test expects a IllegalArgumentException * thrown when constructor is invoked with null class loader as * an argument. * @author Amit Sapre + * * @modules java.management.rmi/javax.management.remote.rmi:open + * * @run clean ObjectInputStreamWithLoaderNullCheckTest * @run build ObjectInputStreamWithLoaderNullCheckTest * @run main ObjectInputStreamWithLoaderNullCheckTest */
< prev index next >