Request for review: 7166048: remove the embedded epoll data structure

Sean Chou zhouyx at linux.vnet.ibm.com
Fri May 4 00:35:50 PDT 2012


Hi all,

    I found the src/solaris/native/sun/nio/ch/EPollArrayWrapper.c embedded
the epoll data structure epoll_data and epoll_event . It is duplicated with
the definition in sys/epoll.h . This redundancy would cause failure if the
underlying system has different epoll data structure (eg. different
alignment) .

    I reported 7166048 for it and made a patch:
http://cr.openjdk.java.net/~zhouyx/7166048/webrev.00/  .

    Please take a look.

--
Best Regards,
Sean Chou
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20120504/7e255ab4/attachment.html 


More information about the nio-dev mailing list