mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-11 05:44:42 -06:00
8267426: MonitorVmStartTerminate test timed out on Embedded VM
Reviewed-by: dholmes, sspitsyn
This commit is contained in:
parent
edc453263a
commit
08b4a15057
@ -309,6 +309,7 @@ public final class MonitorVmStartTerminate {
|
||||
String className = JavaProcess.class.getName();
|
||||
String classPath = System.getProperty("test.classes");
|
||||
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
|
||||
"-XX:+UsePerfData",
|
||||
"-Dtest.timeout.factor=" + System.getProperty("test.timeout.factor", "1.0"),
|
||||
"-cp", classPath, className, mainArgsIdentifier);
|
||||
OutputBuffer ob = ProcessTools.getOutput(pb.start());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user