8145869: Mark test JMXStartStopTest.java and TestJstatdServer.java as intermittently failing

Reviewed-by: darcy
This commit is contained in:
Amy Lu 2015-12-22 11:07:17 +08:00
parent 7c6ec89aca
commit 69bd68385c
2 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import sun.management.AgentConfigurationError;
* @run main/othervm/timeout=600 -XX:+UsePerfData JMXStartStopTest
* @summary Makes sure that enabling/disabling the management agent through JCMD
* achieves the desired results
* @key randomness
* @key randomness intermittent
*/
public class JMXStartStopTest {
private static final String TEST_APP_NAME = "TestApp";

View File

@ -24,6 +24,7 @@
/*
* @test
* @bug 4990825
* @key intermittent
* @library /lib/testlibrary
* @modules java.management
* @build jdk.testlibrary.* JstatdTest JstatGCUtilParser