corda/classpath
Joel Dice 15906ddb12 fix build regression on platforms with no native 64-bit CAS
Unsafe.compareAndSwapLong was moved from classpath-openjdk.cpp to
builtin.cpp, but the fieldForOffset helper function was not, which
only caused problems when I tried to build for ARM.  This commit moves
said helper function, along with Unsafe.getVolatileLong, which also
uses it.
2013-12-18 11:06:15 -07:00
..
avian Merge pull request #121 from joshuawarner32/master 2013-12-06 18:50:45 -08:00
java don't throw UnknownHostException from InetAddress.getByName("0.0.0.0") 2013-12-18 10:12:10 -07:00
sun fix build regression on platforms with no native 64-bit CAS 2013-12-18 11:06:15 -07:00
java-io.cpp Use 0777/0666 permissions when creating dirs/files. 2013-12-06 22:22:16 -07:00
java-lang.cpp Adds separatorChar and pathSeparatorChar fields to File ... 2013-11-06 14:05:25 +01:00
java-net.cpp throw UnknownHostException if host is not found in InetAddress.getByName 2013-12-18 10:43:11 -07:00
java-nio.cpp update copyright years 2013-07-02 20:52:38 -06:00
java-util-zip.cpp update copyright years 2013-07-02 20:52:38 -06:00
java-util.cpp update copyright years 2013-07-02 20:52:38 -06:00
jni-util.h update copyright years 2013-07-02 20:52:38 -06:00
sockets.cpp Implement socket API 2013-11-08 09:55:43 -07:00
sockets.h Implement socket API 2013-11-08 09:55:43 -07:00