8274888: Dump "-DReproduce=true" to the test VM command line output
Reviewed-by: thartmann, kvn
This commit is contained in:
parent
d589b664cc
commit
3b0ce23bcd
@ -153,6 +153,8 @@ public class TestVMProcess {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new TestFrameworkException("Error while executing Test VM", e);
|
throw new TestFrameworkException("Error while executing Test VM", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
process.command().add(1, "-DReproduce=true"); // Add after "/path/to/bin/java" in order to rerun the test VM directly
|
||||||
commandLine = "Command Line:" + System.lineSeparator() + String.join(" ", process.command())
|
commandLine = "Command Line:" + System.lineSeparator() + String.join(" ", process.command())
|
||||||
+ System.lineSeparator();
|
+ System.lineSeparator();
|
||||||
hotspotPidFileName = String.format("hotspot_pid%d.log", oa.pid());
|
hotspotPidFileName = String.format("hotspot_pid%d.log", oa.pid());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user