corda/classpath
Joel Dice d4da92d300 fix bugs in Deflater and DeflaterOutputStream
Previously, Deflater.deflate would pass Z_SYNC_FLUSH to zlib
unconditionally, which caused the output to be enormous when setInput
was called repeatedly with very small input buffers.  In order to
allow zlib to buffer output and thereby maximize compression, we must
use Z_NO_FLUSH until Deflater.finish is called, at which point we
switch to Z_FINISH.  We also modify DeflaterOutputStream.close to call
Deflater.finish and write any remaining output to the wrapped stream.
2011-05-16 17:12:41 -06:00
..
avian fix Class.getDeclaredMethods 2011-04-09 21:20:56 -06:00
java fix bugs in Deflater and DeflaterOutputStream 2011-05-16 17:12:41 -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 MSVC build regressions 2011-01-21 16:14:21 -07:00
java-lang.cpp Fixed bug with *nix LANG var region parsing. 2011-04-05 15:13:29 -06:00
java-net.cpp set wsaInitialized to true on success in Java_java_net_Socket_init 2010-09-13 19:50:24 -06:00
java-nio.cpp fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07:00
java-util-zip.cpp fix bugs in Deflater and DeflaterOutputStream 2011-05-16 17:12:41 -06:00
java-util.cpp update copyright years 2009-12-02 19:08:29 -07:00
jni-util.h look for __powerpc__ as well as __POWERPC__ in jni-util.h 2011-02-28 16:50:17 -07:00