jdk/test/sun/security/tools/jarsigner/TimestampCheck.java
changeset 28664 2f79ecb05ada
parent 28662 efd0203db371
child 32933 83d50f1247bb
--- 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"