corda/classpath
Joel Dice 153b78f479 fix ArrayList performance issue
The ArrayList(Collection) constructor was allocating two arrays
instead of one due to an off-by-one error in ArrayList.grow.  This
commit fixes that and makes grow and shrink more robust.
2012-06-14 10:55:03 -06:00
..
avian Fixing some issues with runtime annotations within avian. 2012-05-22 14:02:51 -06:00
java fix ArrayList performance issue 2012-06-14 10:55:03 -06:00
sun update Unsafe.setMemory to reflect new OpenJDK 7 signature and semantics 2012-03-14 11:54:03 -06:00
java-io.cpp update copyright years 2012-05-11 17:43:27 -06:00
java-lang.cpp update copyright years 2012-05-11 17:43:27 -06:00
java-net.cpp update copyright years 2012-05-11 17:43:27 -06:00
java-nio.cpp update copyright years and increment version number 2011-07-13 08:25:21 -06:00
java-util-zip.cpp fix C++11 narrowing conversion errors 2012-06-01 11:46:56 -06:00
java-util.cpp update copyright years 2012-05-11 17:43:27 -06:00
jni-util.h add use-clang option for building with LLVM Clang instead of GCC 2012-06-01 17:43:42 -06:00