corda/classpath
Brian Haar 446c09dd33 Fix for File.length() integer overflow on 32-bit Windows.
The File.length() method was returning a signed 32-bit value
on 32-bit Windows systems.  This was causing an integer overflow
on file sizes greater than 2 GB.  This appears to be caused by
the way Windows handles the STAT() function.  This patch checks
whether the current platform is Windows then uses the Windows API
to get the correct file size and return it as a jlong.
2011-09-14 13:18:20 -06:00
..
avian Added AbstractMap for protobuf, and String getByte encoding for Latin-1 2011-08-12 13:30:51 -06:00
java Merge remote branch 'origin/bufferedReaderFix' into oss-master 2011-09-01 09:37:10 -06:00
sun check for and handle instances of sun.misc.Cleaner during GC 2011-03-19 15:10:52 -06:00
java-io.cpp Fix for File.length() integer overflow on 32-bit Windows. 2011-09-14 13:18:20 -06:00
java-lang.cpp improve IOException message in the case of a Runtime.exec() failure 2011-08-15 07:12:52 -06:00
java-net.cpp Revert "OSX Lion build changes" 2011-06-01 13:56:03 -06:00
java-nio.cpp update copyright years and increment version number 2011-07-13 08:25:21 -06:00
java-util-zip.cpp Merge remote branch 'origin/B14038_Lion_appshare' into oss-master 2011-06-03 17:35:40 -06:00
java-util.cpp Revert "OSX Lion build changes" 2011-06-01 13:56:03 -06:00
jni-util.h update copyright years and increment version number 2011-07-13 08:25:21 -06:00