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

2015-01-26 Thread Alan Bateman
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.too

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

2015-01-26 Thread Weijun Wang
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.get