corda/classpath
Joel Dice cc5b58725a implement Unsafe.putOrderedLong and putVolatileLong
The former just defers to the latter for now, since it provides
strictly weaker guarantees.  Thus it's correct to use full
volatile-style barriers, though not as efficient as it could be on
some architectures.
2014-01-02 17:49:56 -07:00
..
avian Merge pull request #121 from joshuawarner32/master 2013-12-06 18:50:45 -08:00
java Fix for spelling error joel pointed out, as well as a simple unit test around the TimeUnit conversions 2013-12-24 11:30:50 -07:00
sun implement Unsafe.putOrderedLong and putVolatileLong 2014-01-02 17:49:56 -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 fix header include order build regression 2013-12-18 11:40:23 -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