[Bug 234593] java/openjdk8: UnsatisfiedLinkError: sun.nio.ch.FileDispatcherImpl.allocate0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 3 19:09:02 UTC 2019


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

--- Comment #1 from Stefan Ehmann <shoesoft at 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.


More information about the freebsd-java mailing list