mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 00:50:48 +00:00
8071562: TimestampCheck.java change removes a whitespace between command and args
Reviewed-by: alanb
This commit is contained in:
parent
9e40bd4ad1
commit
6a34176e9c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user