Java VM crashing when running Jenkins?
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Feb 10 20:45:43 UTC 2014
On Tuesday, February 11, 2014, Jonathan Chen <jonc at chen.org.nz> wrote:
> On 11 February 2014 07:53, Li-Wen Hsu <lwhsu at freebsd.org <javascript:;>>
> wrote:
> > After looking at the code, I have this patch:
> >
> > http://people.freebsd.org/~lwhsu/patch/openjdk7-PortConfig.diff
> >
> > Could anybody check it and perhaps merge to upstream?
>
> There's a spelling mistake:
>
> ++ } else if (os.startsWith("SunOS") ||
> os.starstWith("FreeBSD")) {
>
> should be:
>
> ++ } else if (os.startsWith("SunOS") ||
> os.startsWith("FreeBSD")) {
>
>
Thanks, I've updated the patch.
--
Li-Wen Hsu
http://lwhsu.org
More information about the freebsd-java
mailing list