7365493ad8d360c1dcf9cd8b6eee62747af01cae |
|
09-Jun-2010 |
Carl Shapiro <cshapiro@google.com> |
Remove repeated newlines at the end of files. Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
|
de75089fb7216d19e9c22cce4dc62a49513477d3 |
|
09-Jun-2010 |
Carl Shapiro <cshapiro@google.com> |
Remove trailing whitespace. Change-Id: I95534bb2b88eaf48f2329282041118cd034c812b
|
e3346d8b2049cefe4d27218b47b6da0cd179cc24 |
|
03-Jun-2010 |
Andy McFadden <fadden@android.com> |
Make attached threads visible to the GC sooner Threads that are created outside the VM and then attached were allocating objects (Thread, VMThread, a String for the name) before they were on the internal thread list. This made for some awkward moments and required the use of an ALLOC_NO_GC flag. With this change we now add the thread to the list first, and perform the object creation afterward. This is saner from the perspective of the GC, and may allow us to eliminate ALLOC_NO_GC. As it happens, the places that would care about a null threadObj (thread dump, get thread name, debugger request for thread list) already check for it, making this pretty straightforward. While I was in here I also took some steps to ensure that threadObj doesn't get rewritten by the copying collector while something is in the process of examining it. This involved a bit of paranoia in the thread dump. For bug 2603988. Change-Id: Ibf2fdb917618277e75a79df113180f1d7f616e14
|
fbdcfb9ea9e2a78f295834424c3f24986ea45dac |
|
29-May-2010 |
Brian Carlstrom <bdc@google.com> |
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master Change-Id: I0c0edb3ebf0d5e040d6bbbf60269fab0deb70ef9
|
e3c01dac83e6eea7f82fe81ed89cfbdd9791dbc9 |
|
21-May-2010 |
Carl Shapiro <cshapiro@google.com> |
Remove unused labels, variables, and functions. Enable warnings. Change-Id: Icbe24eaf1ad499f28b68b6a5f05368271a0a7e86
|
f6c387128427e121477c1b32ad35cdcaa5101ba3 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
|
f72d5de56a522ac3be03873bdde26f23a5eeeb3c |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
|
89c1feb0a69a7707b271086e749975b3f7acacf7 |
|
18-Dec-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Code drop from //branches/cupcake/...@124589
|