History log of /libcore/libart/src/main/java/java/lang/Daemons.java
Revision Date Author Comments
5467456d499d7f99c68252a7d72858d65608a190 24-Sep-2014 Anwar Ghuloum <anwarg@google.com> Revert "Timing hacks DO NOT MERGE"

This reverts commit 6d688b8bb051942cd3cdd5fc1e19f42c3049f8a1.

Change-Id: Ia4e1ebd0849f4c6b9958d7d78edcedd096042926
6ba680664fa14a547543a8c63708543ea8072680 19-Sep-2014 Mathieu Chartier <mathieuc@google.com> Change FinalizerWatchdogDaemon to not hold objects live

Previously, waitForFinalization would hold whatever object was being
finalized live for MAX_FINALIZE_NANOS even though the finalizer on
this object was run much earlier. This caused a test to be flaky since
it was assuming that the JNI weak global reference of a recently
finalized object wouldn't be held live.

Bug: 17305633
Change-Id: Idc6ec28c22f8d5dd8650c000b15d6fc50a732a08
79b0da24c720b0c3bcc2203e8920195d70e635e5 04-Sep-2014 Anwar Ghuloum <anwarg@google.com> Timing hacks DO NOT MERGE

Let's submit to see if any issues remain

Bug: 17310019
Change-Id: Ifef1b1645033adcf192d6ec9248456cae28cd09f
6d688b8bb051942cd3cdd5fc1e19f42c3049f8a1 04-Sep-2014 Anwar Ghuloum <anwarg@google.com> Timing hacks DO NOT MERGE

Let's submit to see if any issues remain

Bug: 17310019
Change-Id: Ifef1b1645033adcf192d6ec9248456cae28cd09f
2cf03dc15c40b92634ff606694af5a6e9aa4db09 22-May-2013 Brian Carlstrom <bdc@google.com> Adding libart support to libcore

Change-Id: I86febf08eacf42bb4b2f06dbd51c5b2d5b25c9fb