History log of /libcore/luni/src/main/java/sun/misc/Unsafe.java
Revision Date Author Comments
b74b0c7dabd2b9d562a1b77388052a191d1bb400 18-Mar-2011 Jesse Wilson <jessewilson@google.com> Use the '@hide' tag rather than reflection and initialization order tricks.

Change-Id: I6e72ff327673103306e788558c449927e9049883
http://code.google.com/p/android/issues/detail?id=15388
86c9263b601845bdc2096c980afb35e86778528f 17-Sep-2010 Andy McFadden <fadden@android.com> Replace "ordered" puts with native implementation.

Instead of calling the full-on volatile version, call a dedicated
native version with a less-expensive barrier.

Bug 2579452

Change-Id: I1a8a19c82d987b891847c5c5b75021a1ec4fcd11
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni