-
Task
-
Resolution: Fixed
-
P4
-
None
-
None
https://wiki.se.oracle.com/display/JPG/JDK+9+Versioning+Plan contains a link to the work-in-progress JEPs that Iris Clark is working on. During implementation of the script examples to parse the 'java -version' output, a couple of typos were found.
o \-\S+ for $STR, instead of \-\S
o \-[a-zA-Z]+ for $PRSTR, instead of \-[a-zA-Z]+
o \-\S+ for $STR, instead of \-\S
o \-[a-zA-Z]+ for $PRSTR, instead of \-[a-zA-Z]+