< prev index next >

test/javax/management/mxbean/GenericTypeTest.java

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

*** 24,34 **** /* * @test * @bug 6376416 6406447 * @summary Test use of generic types in MXBeans (mostly illegal). * @author Eamonn McManus ! * @modules java.management * @run main GenericTypeTest */ import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; --- 24,34 ---- /* * @test * @bug 6376416 6406447 * @summary Test use of generic types in MXBeans (mostly illegal). * @author Eamonn McManus ! * * @run main GenericTypeTest */ import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method;
< prev index next >