< prev index next >

test/serviceability/dcmd/vm/SetVMFlagTest.java

Print this page

        

*** 19,41 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import com.oracle.java.testlibrary.OutputAnalyzer; ! import com.oracle.java.testlibrary.dcmd.CommandExecutor; ! import com.oracle.java.testlibrary.dcmd.JMXExecutor; import org.testng.annotations.Test; import static org.testng.Assert.*; /* * @test * @bug 8054890 * @summary Test of VM.set_flag diagnostic command * @library /testlibrary ! * @build com.oracle.java.testlibrary.* ! * @build com.oracle.java.testlibrary.dcmd.* * @run testng SetVMFlagTest */ public class SetVMFlagTest { private static final String MANAGEABLE_PATTERN = "\\s*bool\\s+(\\S+)\\s+[\\:]?=\\s+" + --- 19,41 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.dcmd.CommandExecutor; ! import jdk.test.lib.dcmd.JMXExecutor; import org.testng.annotations.Test; import static org.testng.Assert.*; /* * @test * @bug 8054890 * @summary Test of VM.set_flag diagnostic command * @library /testlibrary ! * @build jdk.test.lib.* ! * @build jdk.test.lib.dcmd.* * @run testng SetVMFlagTest */ public class SetVMFlagTest { private static final String MANAGEABLE_PATTERN = "\\s*bool\\s+(\\S+)\\s+[\\:]?=\\s+" +
< prev index next >