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

Reply via email to