提交 3c996515 编写于 作者: J jbachorik

8033787: [TESTBUG] Few jdk regression management tests should be improved with...

8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
Reviewed-by: dholmes
上级 7807a55f
...@@ -32,6 +32,7 @@ import java.util.ArrayList; ...@@ -32,6 +32,7 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.atomic.AtomicReference;
import jdk.testlibrary.ProcessTools;
/** /**
* @test * @test
...@@ -43,11 +44,9 @@ import java.util.concurrent.atomic.AtomicReference; ...@@ -43,11 +44,9 @@ import java.util.concurrent.atomic.AtomicReference;
* both agent properties and jvmstat buffer. * both agent properties and jvmstat buffer.
* @build jdk.testlibrary.ProcessTools * @build jdk.testlibrary.ProcessTools
* @build TestManager TestApplication * @build TestManager TestApplication
* @run main/othervm/timeout=300 LocalManagementTest * @run main/othervm/timeout=300 -XX:+UsePerfData LocalManagementTest
*/ */
import jdk.testlibrary.ProcessTools;
public class LocalManagementTest { public class LocalManagementTest {
private static final String TEST_CLASSPATH = System.getProperty("test.class.path"); private static final String TEST_CLASSPATH = System.getProperty("test.class.path");
private static final String TEST_JDK = System.getProperty("test.jdk"); private static final String TEST_JDK = System.getProperty("test.jdk");
...@@ -240,4 +239,4 @@ public class LocalManagementTest { ...@@ -240,4 +239,4 @@ public class LocalManagementTest {
} }
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册