< prev index next >

test/javax/management/remote/mandatory/loading/MissingClassTest.java

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

*** 22,38 **** */ /* * @test * @bug 4915825 4921009 4934965 4977469 8019584 * @summary Tests behavior when client or server gets object of unknown class * @author Eamonn McManus ! * @modules java.management.rmi * @run clean MissingClassTest SingleClassLoader * @run build MissingClassTest SingleClassLoader * @run main MissingClassTest - * @key randomness */ /* Tests that clients and servers react correctly when they receive objects of unknown classes. This can happen easily due to version --- 22,38 ---- */ /* * @test * @bug 4915825 4921009 4934965 4977469 8019584 + * @key randomness * @summary Tests behavior when client or server gets object of unknown class * @author Eamonn McManus ! * * @run clean MissingClassTest SingleClassLoader * @run build MissingClassTest SingleClassLoader * @run main MissingClassTest */ /* Tests that clients and servers react correctly when they receive objects of unknown classes. This can happen easily due to version
< prev index next >