1. 0c2dc52 [X86] X86 trace JIT compiler support by Dong-Yuan Chen · 12 years ago
  2. 75425b7 Fix the portable interpreter build by Chris Dearman · 13 years ago
  3. 375fb11 Normalize the include guard style. by Carl Shapiro · 14 years ago
  4. 708f143 Improve "waiting on"/"waiting to lock" SIGQUIT dump info. by Elliott Hughes · 14 years ago
  5. cf4a20c Interpreter/Debugger fix #4479968 by buzbee · 14 years ago
  6. a62c3a0 Establish a subclass relationship between ArrayObject and Object. by Carl Shapiro · 14 years ago
  7. d862faa Get rid of uneeded extern, enum, typedef and struct qualifiers. by Carl Shapiro · 14 years ago
  8. cf2aac7 Refine & simplify the interBreak mechanism by buzbee · 14 years ago
  9. 389e258 InterpBreak cleanup (part 1) by buzbee · 14 years ago
  10. 30bc0d4 Consolidate curFrame fields in thread storage by buzbee · 14 years ago
  11. ae188c6 Compile the garbage collector and heap profiler as C++. by Carl Shapiro · 14 years ago
  12. 77ebd06 Size the jni local references table to avoid resizing at startup. by Carl Shapiro · 14 years ago
  13. 94d6525 Add safepoint callback for gc by buzbee · 14 years ago
  14. 9a3147c Interpreter restructuring by buzbee · 14 years ago
  15. 701abba Use indirect references in JNI by default. by Carl Shapiro · 14 years ago
  16. 3111b0c Collate more of the low-level class lookups. by Dan Bornstein · 14 years ago
  17. a7d59bb New interpreter breakout mechanism by buzbee · 14 years ago
  18. 9f601a9 Interpreter restructuring: eliminate InterpState by buzbee · 14 years ago
  19. 01605d2 Remove the unused monitor tracking and deadlock prediction code. by Carl Shapiro · 14 years ago
  20. 80e8d7f Increase default stack size by Andy McFadden · 14 years ago
  21. 202e3d9 Remove allocation limit checking. by Carl Shapiro · 14 years ago
  22. 07018e2 Separate HPROF from the GC. by Carl Shapiro · 14 years ago
  23. d19988d Lock thread list, show join target by Andy McFadden · 14 years ago
  24. c415aaf Removal of more sampling profiler bits by Brian Carlstrom · 14 years ago
  25. b5f3c0b Change the way thread suspension works. by Andy McFadden · 14 years ago
  26. 0d615c3 Always support debugging and profiling. by Andy McFadden · 14 years ago
  27. 3469a7e Fix some potential SMP issues. by Andy McFadden · 14 years ago
  28. 7a2697d Implement method inlining for getters/setters by Ben Cheng · 15 years ago
  29. b31b301 Eliminate more unused variables and compiler warnings. by Carl Shapiro · 15 years ago
  30. ab227f7 Correct long-standing thread status change bug. by Andy McFadden · 15 years ago
  31. 1e714bb Import the heap verification code from the copying collector. The by Carl Shapiro · 15 years ago
  32. 5be15f6 am f8a44e85: Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  33. 980ffb0 Replace free calls to the pthread mutex lock, unlock, and trylock by Carl Shapiro · 15 years ago
  34. 384ef6b Point debuggerd at the interesting thread. by Andy McFadden · 15 years ago
  35. 0a24ef9 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  36. fd54266 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  37. defadf4 am 77fbf5c2: Merge "If a finalizer wedges, raise prio and retry." by Andy McFadden · 15 years ago
  38. 2b94b30 If a finalizer wedges, raise prio and retry. by Andy McFadden · 15 years ago
  39. 98389d0 Eliminate unused variable warnings in the alloc code. In the places by Carl Shapiro · 15 years ago
  40. 964a7b0 Jit: Rework delayed start plus misc. cleanup by Bill Buzbee · 15 years ago
  41. 7a0bcd0 Tighten the safe points for code cache resets to happen. by Ben Cheng · 15 years ago
  42. 60c24f4 Tear down the code cache when it is full and restart from scratch. by Ben Cheng · 15 years ago
  43. b453919 Remove references to the old wait implementation in various comments. by Carl Shapiro · 15 years ago
  44. 77f52eb New implementation of wait, notify, and notifyAll. Uses an explicit by Carl Shapiro · 15 years ago
  45. 909ce24 Iterate in JNI thread exit check. by Andy McFadden · 15 years ago
  46. a8e64a7 Fix an invoke-interface bug that manifests itself with thread state warnings. by Ben Cheng · 15 years ago
  47. 8425511 am 49f91878: am da03242f: Merge change 24840 into eclair by San Mehat · 15 years ago
  48. f56201c resolved conflicts for merge of 3eae287e to master by Bob Lee · 15 years ago
  49. 5a2056c dalvik: Switch to common cutils sched_policy api by San Mehat · 15 years ago
  50. 2fe146a Addressed reviewer comments. by Bob Lee · 15 years ago
  51. 83674b7 am 060ed889: am 20677ed1: dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug by San Mehat · 15 years ago
  52. 20677ed dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug by San Mehat · 15 years ago
  53. 8a71c63 am 95934be3: am 03c7547c: Merge change 24425 into eclair by San Mehat · 15 years ago
  54. 894dd46 vm: Add support for using scheduler policies instead of cgroups by San Mehat · 15 years ago
  55. 4d3b584 resolved conflicts for merge of 9b5264c8 to master by Android Git Automerger · 15 years ago
  56. 9dc72a3 Modified Thread.c to allow sampling profiler thread in zygote. Added a function that by Bob Lee · 15 years ago
  57. ce114ac am f7fb0086: Merge change 22659 into eclair by Andy McFadden · 15 years ago
  58. d5ab726 Another round of scary indirect ref changes. by Andy McFadden · 15 years ago
  59. 073bedf am 0083d37b: Use local references for native method args. by Andy McFadden · 15 years ago
  60. 0083d37 Use local references for native method args. by Andy McFadden · 15 years ago
  61. 97319a8 New changes to enable self verification mode. by Jeff Hao · 15 years ago
  62. 734155e Indirect reference table implementation. by Andy McFadden · 15 years ago
  63. 2717622 Makes the primary Jit table growable. Also includes a change suggested earlier by Dan to use a pre-defined mask in the hash function. Reduce the default JitTable size from 2048 entries to 512 entries. by Bill Buzbee · 16 years ago
  64. 4ed345a am 4da0525: Merge change 1400 into donut by Android (Google) Code Review · 16 years ago
  65. 39b99b0 Increase default stack size from 8K to 12K. by Andy McFadden · 16 years ago
  66. 6d06e7b am 4c99ba4: Merge change 374 into donut by Android (Google) Code Review · 16 years ago
  67. 256fc15 vm: Add support for changing the scheduler group for a thread. by San Mehat · 16 years ago
  68. 9940988 auto import //branches/master/...@140412 by The Android Open Source Project · 16 years ago
  69. f6c3871 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. f72d5de auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. 89c1feb Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  72. 2ad60cf Initial Contribution by The Android Open Source Project · 16 years ago