< prev index next >

test/javax/management/ImplementationVersion/ImplVersionTest.java

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

*** 27,37 **** * @summary Test that there is no difference between the JMX version and the * JDK version when the application is run with a security manager and the * test codebase has the java permission to read the "java.runtime.version" * system property. * @author Luis-Miguel Alventosa ! * @modules java.management * @run clean ImplVersionTest ImplVersionCommand * @run build ImplVersionTest ImplVersionCommand ImplVersionReader * @run main ImplVersionTest */ --- 27,37 ---- * @summary Test that there is no difference between the JMX version and the * JDK version when the application is run with a security manager and the * test codebase has the java permission to read the "java.runtime.version" * system property. * @author Luis-Miguel Alventosa ! * * @run clean ImplVersionTest ImplVersionCommand * @run build ImplVersionTest ImplVersionCommand ImplVersionReader * @run main ImplVersionTest */
< prev index next >