CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/02/02 10:39:23
Modified files:
devel/jdk/1.7 : Makefile
Added files:
devel/jdk/1.7/patches:
patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c
patch-jdk_src_solaris_native_java_net_bsd_close_c
Log message:
- Restore poll(2) based NET_Timeout implementation that was changed
to select(2) for MacOSX support. The select based implementation
was causing crashes under load for at least FreeBSD.
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
Lehmann on bsd-port list.