mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-14 07:29:51 +00:00
8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
Reviewed-by: dholmes
This commit is contained in:
parent
f0f5b3aa50
commit
6005bfb33e
@ -32,6 +32,7 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
import jdk.testlibrary.ProcessTools;
|
||||
|
||||
/**
|
||||
* @test
|
||||
@ -43,11 +44,9 @@ import java.util.concurrent.atomic.AtomicReference;
|
||||
* both agent properties and jvmstat buffer.
|
||||
* @build jdk.testlibrary.ProcessTools
|
||||
* @build TestManager TestApplication
|
||||
* @run main/othervm/timeout=300 LocalManagementTest
|
||||
* @run main/othervm/timeout=300 -XX:+UsePerfData LocalManagementTest
|
||||
*/
|
||||
|
||||
import jdk.testlibrary.ProcessTools;
|
||||
|
||||
public class LocalManagementTest {
|
||||
private static final String TEST_CLASSPATH = System.getProperty("test.class.path");
|
||||
private static final String TEST_JDK = System.getProperty("test.jdk");
|
||||
@ -240,4 +239,4 @@ public class LocalManagementTest {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user