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

yumin qi yumin.qi at gmail.com
Wed Feb 14 04:06:59 UTC 2018


HI, Brian

  Thanks, updated on same link. I don't have platforms other than linux so
could not test on those platforms.
  BTW, tried jtreg, it seems the version has not modified to run with
current jdk repo.

Thanks
Yumin

On Tue, Feb 13, 2018 at 5:52 PM, Brian Burkhalter <
brian.burkhalter at oracle.com> wrote:

> 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