linux-2.6.16 emulation: linux-sun-jdk1.6.0 program problem

Jung-uk Kim jkim at FreeBSD.org
Fri Mar 9 18:49:46 UTC 2007


On Friday 09 March 2007 01:25 pm, Divacky Roman wrote:
> On Fri, Mar 09, 2007 at 12:18:28PM -0500, Jung-uk Kim wrote:
> > On Friday 09 March 2007 05:23 am, Divacky Roman wrote:
> > > > >3. Running ftpserver (java application) displays a GUI
> > > > > window but terminates abruptly when the server is started
> > > > > (syscall epoll_create not implemented).
> > > >
> > > > epoll* is not implemented. So this is expected (and gives
> > > > more priority to epoll).
> > >
> > > I dont understand why it should use epoll only with 2.6. Epoll
> > > has been around for some 5 years now...
> >
> > I guess Sun didn't think so.  Check out:
>
> ah.. that explains it.. this just means we (I :) ) have to
> implement epoll...

It will be good to implement epoll() if some critical Java application 
or class uses java.nio.channels.SelectorProvider.

Jung-uk Kim


More information about the freebsd-emulation mailing list