< prev index next >

test/jdk/com/sun/jdi/SuspendNoFlagTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 19,37 **** * 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.testlibrary.OutputAnalyzer; ! import jdk.testlibrary.ProcessTools; /* @test * @bug 4914611 * @summary Test for JDWP: -agentlib:jdwp=suspend=n hanging ! * @library /lib/testlibrary * @modules java.management - * @build jdk.testlibrary.* * @compile -g HelloWorld.java * @run driver SuspendNoFlagTest */ public class SuspendNoFlagTest { --- 19,36 ---- * 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.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; /* @test * @bug 4914611 * @summary Test for JDWP: -agentlib:jdwp=suspend=n hanging ! * @library /test/lib * @modules java.management * @compile -g HelloWorld.java * @run driver SuspendNoFlagTest */ public class SuspendNoFlagTest {
< prev index next >