8044427: [test] sun/management/jmxremote/startstop/JMXStartStopTest times out intermittently on Solaris/Sparcv9

Reviewed-by: sla
This commit is contained in:
Jaroslav Bachorik 2014-07-01 17:58:14 +02:00
parent 19c07ee15b
commit 3962277490

View File

@ -40,7 +40,6 @@ import java.util.concurrent.TimeoutException;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.Consumer;
import java.util.function.IntUnaryOperator;
import javax.management.*;
import javax.management.remote.*;
@ -54,7 +53,7 @@ import jdk.testlibrary.JDKToolLauncher;
* @bug 7110104
* @library /lib/testlibrary
* @build jdk.testlibrary.* JMXStartStopTest JMXStartStopDoSomething
* @run main/othervm JMXStartStopTest
* @run main/othervm/timeout=600 JMXStartStopTest
* @summary Makes sure that enabling/disabling the management agent through
* JCMD achieves the desired results
*/