| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix proxy expectation. | Jesse Wilson | 2011-01-18 | 1 | -1/+1 |
| | | | | | Change-Id: I70589302c686387a1f89e8f79eb58c4b6b8214a6 | ||||
| * | Remove repeated newlines at the end of files. | Carl Shapiro | 2010-06-08 | 7 | -7/+0 |
| | | | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f | ||||
| * | Fix implementation of Thread.isAlive(). | Andy McFadden | 2009-09-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | The implementation of Thread.isAlive() was changed a couple of years ago as part of the Harmony integration. The current version relies on the thread's state value to determine its liveness, but the VM was originally written to be like JamVM, which used GNU ClassPath, which uses the vmThread field instead. It looks like it's possible for Thread.join() to get stuck, though as far as I know this hasn't happened. We're essentially rolling back part of 27774-p9. For internal bug 1966734. Also: ran --update on test 044. | ||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 9 | -0/+911 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 9 | -911/+0 |
| | | |||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 8 | -197/+855 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 3 | -0/+253 |
