commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch #1437] Fixes bugs in java_io_FileDescriptor.c with large files


From: nobody
Subject: [Patch #1437] Fixes bugs in java_io_FileDescriptor.c with large files
Date: Tue, 29 Apr 2003 21:13:10 -0400

Patch #1437 has been updated. 

Project: 
Category: None
Status: Open
Summary: Fixes bugs in java_io_FileDescriptor.c with large files

Follow-Ups:

Date: Wed 04/30/2003 at 01:13
By: groved

Comment:
Fixes problems when reading large files (bigger than 2^16 bytes). Ints are 32 
bits (0xFFFFFFFF), not 16 bits (0xFFFF)....

This resolves most of the Jikes RVM regression test failures we've been seeing 
for the last month when running against classpath CVS head. 
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1437&group_id=85




reply via email to

[Prev in Thread] Current Thread [Next in Thread]