JDK-7002957 : (fc) FileChannel.transferTo fails to load libsendfile on Solaris 64-bit
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-11-26
  • Updated: 2011-05-18
  • Resolved: 2011-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u30Fixed 7 b128Fixed
Description
As per synopsis.

Comments
EVALUATION On 64-bit the library is located in /lib/64 so the code is attempting to load it from the wrong location. One approach is that we have libnio link against libsendfile and avoid needing to load the library dynamically.
26-11-2010