History log of /libcore/luni/src/test/java/sun/misc/UnsafeTest.java
Revision Date Author Comments
09bcea1fd2a0bade07ab034352fde6c6ff6e01a6 01-Mar-2013 Elliott Hughes <enh@google.com> Add Unsafe.allocateInstance.

At the moment, mockers are writing dalvik-specific code that pokes
around with our internals and breaks when we change stuff. They're
also supporting Unsafe so they can run on the RI. Everyone's better
off if we just implement the missing Unsafe call.

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