From 6a34176e9ce8bea99c061eda7a4844e856ae1cbc Mon Sep 17 00:00:00 2001 From: Weijun Wang Date: Mon, 26 Jan 2015 21:55:05 +0800 Subject: [PATCH] 8071562: TimestampCheck.java change removes a whitespace between command and args Reviewed-by: alanb --- jdk/test/sun/security/tools/jarsigner/TimestampCheck.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java b/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java index 47916032502..a23d1e7824c 100644 --- a/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java +++ b/jdk/test/sun/security/tools/jarsigner/TimestampCheck.java @@ -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"