+1 Brian
> On Feb 14, 2020, at 9:14 AM, Phil Race <philip.r...@oracle.com> wrote: > > Bug: https://bugs.openjdk.java.net/browse/JDK-8239091 > Webrev :http://cr.openjdk.java.net/~prr/8239091/ > > One line fix > from the man page of strstr it should be :- > > char *strstr(const char *haystack, const char *needle); > > > -phil.