8071562: TimestampCheck.java change removes a whitespace between command and args

Reviewed-by: alanb
This commit is contained in:
Weijun Wang 2015-01-26 21:55:05 +08:00
parent 9e40bd4ad1
commit 6a34176e9c

View File

@ -309,7 +309,7 @@ public class TimestampCheck {
cmd = System.getProperty("java.home") + "/bin/jarsigner";
}
cmd += System.getProperty("test.tool.vm.opts")
cmd += " " + System.getProperty("test.tool.vm.opts")
+ " -J-Djava.security.egd=file:/dev/./urandom"
+ " -debug -keystore " + TSKS + " -storepass changeit"
+ " -tsa http://localhost:" + port + "/%d"