JDK-4963924 : java.nio sendfile needs to handle large offsets on Linux
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2003-12-04
  • Updated: 2006-12-03
  • Resolved: 2006-12-03
Related Reports
Duplicate :  
Description
sendfile JNI code should be set up to handle large file offsets.

Could add -D_FILE_OFFSET_BITS=64 to in nio makefile.

Comments
EVALUATION -- The Linux 2.6 kernel brought sendfile64 which allows for 64-bit offsets. The implementation will be updated to make use of this via 6253145.
03-12-2006

EVALUATION Should be done as soon as resources can be allocated to it. ###@###.### 2003-12-04
04-12-2003