RFR: 8194154: JDK crashes parsing path string contains '//' on linux

Brian Burkhalter brian.burkhalter at oracle.com
Wed Feb 14 01:52:54 UTC 2018


Hi,

As for the test alone you could add the @requires annotation [1]

@requires (os.family == "linux") | (os.family == "mac") | (os.family == "solaris") | (os.family == "aix")

instead of programmatically exiting if the platform is not Windows. (I am assuming that this should be run on all Unix variants, not just Linux.).

Thanks,

Brian

[1] http://openjdk.java.net/jtreg/tag-spec.html#requires_names

On Feb 13, 2018, at 5:23 PM, yumin qi <yumin.qi at gmail.com> wrote:

>  I have update the webrev:
>  http://cr.openjdk.java.net/~minqi/8194154/webrev1/



More information about the core-libs-dev mailing list