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"
Thanks
Max
On 1/26/2015 20:25, Alan Bateman wrote:
Don't know if this is related but one of the jarsigner tests has started
to fail, same thing on mach5.
http://.../sun/security/tools/jarsigner/ts.jtr
On 26/01/2015 10:14, weijun.w...@oracle.com wrote:
Changeset: 5c61ccd9c162
Author: asmotrak
Date: 2015-01-26 18:13 +0800
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/5c61ccd9c162
8049171: Additional tests for jarsigner's warnings
Reviewed-by: weijun