Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jan 2019 19:08:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 234593] java/openjdk8: UnsatisfiedLinkError: sun.nio.ch.FileDispatcherImpl.allocate0
Message-ID:  <bug-234593-8522-tdqXwMMe5y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234593-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234593-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234593

--- Comment #1 from Stefan Ehmann <shoesoft@gmx.net> ---
Seems to be a regression in 8u192. openjdk8-8.181.13_1 works fine.

A short note on the test program:
Make sure that the file "foo" does not exist before running the test.

If you test with 8u181 it creates the file with 1 byte. Afterwards, the error
will not occur with 8u192 because the affected code path is only entered if the
file needs to be expanded.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234593-8522-tdqXwMMe5y>