JDK 9 RFR of JDK-8160658: sun/security/tools/keytool/standard.sh fails on all platforms after JDK-8160415

Amy Lu amy.lu at oracle.com
Fri Jul 1 03:43:27 UTC 2016


Please review this simple and urgent fix for the regression introduced 
by JDK-8160415.

In this patch, an empty line added after the @key line (that introduced 
in JDK-8160415) and before the comment lines to avoid comments to be 
read as "key" values.

bug: https://bugs.openjdk.java.net/browse/JDK-8160658
webrev: http://cr.openjdk.java.net/~amlu/8160658/webrev.00/

Thanks,
Amy

--- old/test/sun/security/tools/keytool/standard.sh	2016-07-01 11:31:42.000000000 +0800
+++ new/test/sun/security/tools/keytool/standard.sh	2016-07-01 11:31:42.000000000 +0800
@@ -26,7 +26,7 @@
  # @author Weijun Wang
  # @run shell/timeout=600 standard.sh
  # @key intermittent
-#
+
  # This test is always excecuted.
  #
  # set a few environment variables so that the shell-script can run stand-alone



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20160701/bb8e0607/attachment.htm>


More information about the security-dev mailing list