JDK-4770025 : (fc) FileChannel.transferTo() for files greater than 2^31-1 bytes (lnx)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 2002-10-28
  • Updated: 2006-12-02
  • Resolved: 2006-12-02
Related Reports
Duplicate :  
Relates :  
Description
This bug is spawned from 4643189. Different operating systems have different issues with large file transfer and are may involve different native code fixes. In some cases we may have to wait until the older kernels are no longer supported.

Some linux kernels cannot handle file truncations or offsets beyond 2^31-1.

Comments
EVALUATION -- Will sort out these issues in 6253145.
02-12-2006

EVALUATION ..
08-09-2004