History log of /libcore/luni/src/test/java/libcore/java/lang/OldObjectTest.java
Revision Date Author Comments
131c6635785a20abe5fd609ba4f10c8dc4f0295f 31-Aug-2011 Elliott Hughes <enh@google.com> Reimplement Object.hashCode in Java.

(cherry picked from commit 463d997902d08de0982a03460ca9434efaf824cd)

Change-Id: I88029709861c275e607b278efd44a7afed0e1ac9
811320db23eb8fa68b0ee8659b4448157a0680a5 12-May-2012 Elliott Hughes <enh@google.com> Add more tests for Object.wait.

Change-Id: Ifd8d80650a2714ead99c6d3426c902728d43b457
6a22fa91a64739523c1344023f6dfde57e53110e 31-Mar-2011 Jesse Wilson <jessewilson@google.com> Fix race conditions in finalizers.

We had several small races:
- runFinalization() could return before all objects had been
finalized
- stopFinalizer() could return before the thread was stopped

We still have one scenario where runFinalization returns
prematurely, this is due to a timing issue with the native
heap worker thread.

Change-Id: I304e4f2d744ed714a5c2069f2749df2ec1f40cc8
http://b/4192343
8bc50e8d16e9d630ce236b7ea076f72f9dac0d69 02-Dec-2010 Jesse Wilson <jessewilson@google.com> Deduplicate java.lang tests from Harmony.

This removes all tests duplicated in Harmony's test suite, and
moves the rest into the libcore.java.lang package.

Change-Id: Ic2fe12cc1e10513abb721d98e7b9b3a2e00192f5
http://b/3246523