< prev index next >

test/serviceability/dcmd/vm/SystemPropertiesTest.java

Print this page

        

*** 21,44 **** * questions. */ import org.testng.annotations.Test; ! import jdk.test.lib.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.JMXExecutor; /* * @test * @summary Test of diagnostic command VM.system_properties ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor - * @build jdk.test.lib.* - * @build jdk.test.lib.dcmd.* * @run testng SystemPropertiesTest */ public class SystemPropertiesTest { private final static String PROPERTY_NAME = "SystemPropertiesTestPropertyName"; private final static String PROPERTY_VALUE = "SystemPropertiesTestPropertyValue"; --- 21,42 ---- * questions. */ import org.testng.annotations.Test; ! import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.JMXExecutor; /* * @test * @summary Test of diagnostic command VM.system_properties ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor * @run testng SystemPropertiesTest */ public class SystemPropertiesTest { private final static String PROPERTY_NAME = "SystemPropertiesTestPropertyName"; private final static String PROPERTY_VALUE = "SystemPropertiesTestPropertyValue";
< prev index next >