8071562: TimestampCheck.java change removes a whitespace between command and args
Reviewed-by: alanb
--- a/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java Mon Jan 26 13:46:08 2015 +0000
+++ b/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java Mon Jan 26 21:55:05 2015 +0800
@@ -309,7 +309,7 @@
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"