1. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  2. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  3. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 11 years ago
  4. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  5. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  6. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  7. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  8. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  9. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  10. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/java_lang_Thread.cc]
  12. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  13. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  14. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  15. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  16. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  17. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  18. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  19. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  20. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  21. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  22. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  23. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  24. 52673ff Move IsDaemon to native code. by Ian Rogers · 12 years ago
  25. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  26. 57aba86 Throw OOME if pthread_create(3) fails. by Elliott Hughes · 12 years ago
  27. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  28. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_Thread.cc]
  29. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  30. cf2b2d4 Take responsibility for translating thread states for managed code. by Elliott Hughes · 13 years ago
  31. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  32. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  33. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  34. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  35. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 13 years ago
  36. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  37. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 13 years ago
  38. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
  39. 5464308 Log when a Thread tries to set its name. by Elliott Hughes · 13 years ago
  40. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  41. d369bb7 Various things. by Elliott Hughes · 13 years ago
  42. 8daa092 More threads work. by Elliott Hughes · 13 years ago