# HG changeset patch # User weijun # Date 1422280505 -28800 # Node ID 2f79ecb05ada61b8b6d07a8ad9345ffbe1045937 # Parent 5bedcbb25c5f1bf72e62e00a2b15c566682c094d 8071562: TimestampCheck.java change removes a whitespace between command and args Reviewed-by: alanb diff -r 5bedcbb25c5f -r 2f79ecb05ada jdk/test/sun/security/tools/jarsigner/TimestampCheck.java --- 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"