jdk/test/sun/security/tools/jarsigner/TimestampCheck.java
changeset 28664 2f79ecb05ada
parent 28662 efd0203db371
child 32933 83d50f1247bb
equal deleted inserted replaced
28663:5bedcbb25c5f 28664:2f79ecb05ada
   307                 cmd = System.getProperty("java.home") + "/../bin/jarsigner";
   307                 cmd = System.getProperty("java.home") + "/../bin/jarsigner";
   308             } else {
   308             } else {
   309                 cmd = System.getProperty("java.home") + "/bin/jarsigner";
   309                 cmd = System.getProperty("java.home") + "/bin/jarsigner";
   310             }
   310             }
   311 
   311 
   312             cmd += System.getProperty("test.tool.vm.opts")
   312             cmd += " " + System.getProperty("test.tool.vm.opts")
   313                     + " -J-Djava.security.egd=file:/dev/./urandom"
   313                     + " -J-Djava.security.egd=file:/dev/./urandom"
   314                     + " -debug -keystore " + TSKS + " -storepass changeit"
   314                     + " -debug -keystore " + TSKS + " -storepass changeit"
   315                     + " -tsa http://localhost:" + port + "/%d"
   315                     + " -tsa http://localhost:" + port + "/%d"
   316                     + " -signedjar new_%d.jar " + JAR + " old";
   316                     + " -signedjar new_%d.jar " + JAR + " old";
   317 
   317