RFR 8071562: TimestampCheck.java change removes a whitespace between command and args

Alan Bateman Alan.Bateman at oracle.com
Mon Jan 26 13:50:43 UTC 2015


On 26/01/2015 13:45, Weijun Wang wrote:
> Ah yes, a whitespace was mistakenly removed. Please review my fix at
>
>    http://cr.openjdk.java.net/~weijun/8071562/webrev.00/
>
> It's simply
>
>          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"
Looks okay to me.

-Alan



More information about the security-dev mailing list