1. 10f84ea am 8ddfe8b4: (-s ours) am a0533621: am 9df264db: Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  2. 8ddfe8b am a0533621: am 9df264db: Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  3. a053362 am 9df264db: Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  4. 9df264d Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  5. da866ea Take the heap lock in dvmIsHeapAddress. by Elliott Hughes · 14 years ago
  6. 7616669 Reconcile with honeycomb-mr2-release by The Android Open Source Project · 14 years ago
  7. 0e002d4 Rollback of dx change to prevent methods from being overwritten. by jeffhao · 14 years ago
  8. adb1446 Dx fit to prevent method arguments from being overwritten by temps. by jeffhao · 14 years ago
  9. db57ab1 Remove "adbd disconnected" log spam by Mike Lockwood · 14 years ago
  10. b273415 Only allocate slot_data_ as needed. by Elliott Hughes · 14 years ago
  11. b792ee2 Merge "Don't use dvmIsValidObject outside the GC." by Elliott Hughes · 14 years ago
  12. d48cf5c Fix memory leak in mapCentralDirectory. Bug: 4984352 by Jeff Brown · 14 years ago
  13. 9f640af Add a dual clock profiler tracing mode. by Jeff Brown · 14 years ago
  14. fe9052e Trim the heap when idle after concurrent GC's. Bug: 4984352 by Jeff Brown · 14 years ago
  15. 8bc8bf7 Don't use dvmIsValidObject outside the GC. by Elliott Hughes · 14 years ago
  16. 5b298a2 Fix the sense of a conditional in the JNI compatibility mode. by Elliott Hughes · 14 years ago
  17. 58e1b91 Stop advertising the removed -Xdeadlockpredict option. by Elliott Hughes · 14 years ago
  18. 9910d7e resolved conflicts for merge of 72b7c617 to master by Raphael · 14 years ago
  19. b7eaaa9 am 68e8f6c0: am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  20. 1265458 am f54c7016: am c8d71801: resolved conflicts for merge of d0d351b2 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  21. 4c8b7b0 Merge "Tidying of the jweak fix." by Elliott Hughes · 14 years ago
  22. aa6bb5b Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  23. 363e154 Tidying of the jweak fix. by Elliott Hughes · 14 years ago
  24. 737e7c2 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  25. 72b7c61 resolved conflicts for merge of c3ff6a0b to honeycomb-plus-aosp by Raphael · 14 years ago
  26. c3ff6a0 am bf62959b: Merge "Dex for Windows: Support paths with spaces." by Raphael Moll · 14 years ago
  27. bf62959 Merge "Dex for Windows: Support paths with spaces." by Raphael Moll · 14 years ago
  28. 259a8a5 Fix the jweak implementation. by Elliott Hughes · 14 years ago
  29. 68e8f6c am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  30. 5301536 am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  31. 5a57e76 Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  32. 1e4c4be Dex for Windows: Support paths with spaces. by Raphael Moll · 14 years ago
  33. f54c701 am c8d71801: resolved conflicts for merge of d0d351b2 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  34. 6b9626d Change dx.bat to Windows EOL. by Raphael Moll · 14 years ago
  35. c8d7180 resolved conflicts for merge of d0d351b2 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  36. ea33338 Add JNI app bug workarounds. by Elliott Hughes · 14 years ago
  37. 0846f4a Merge "Allow an app's targetSdkVersion to be set by the zygote." by Elliott Hughes · 14 years ago
  38. 191a799 Allow an app's targetSdkVersion to be set by the zygote. by Elliott Hughes · 14 years ago
  39. d0d351b merge intel x86 patches into gingerbread branch by David 'Digit' Turner · 14 years ago
  40. 7aa9563 Remove dead code/unused variables to avoid gcc-4.6 warnings. by Doug Kwan · 14 years ago
  41. 03ad782 Improve a comment. by Elliott Hughes · 14 years ago
  42. 71224c8 Turn on third-party JNI logging if the relevant bit is set. by Elliott Hughes · 14 years ago
  43. ddbd6f4 Don't abort when a weak global's referent is cleared. by Elliott Hughes · 14 years ago
  44. 1286898 Added mutex for jdwp socket writes to prevent interleaving. by jeffhao · 14 years ago
  45. a6e94ff Fix native method logging to show local references rather than direct pointers. by Elliott Hughes · 14 years ago
  46. 9a4c89f Merge "Add two new JNI debugging options." by Elliott Hughes · 14 years ago
  47. 3f04fa0 Add two new JNI debugging options. by Elliott Hughes · 14 years ago
  48. db7d27b Mark a variable as volatile to suppress a gcc warning. by Doug Kwan · 14 years ago
  49. 4676d0d Merge "Make it easier to recognize JNI reference bugs." by Elliott Hughes · 14 years ago
  50. 24c57f1 Make it easier to recognize JNI reference bugs. by Elliott Hughes · 14 years ago
  51. 97151d9 Merge "Make dual clock mode the default." by Jeff Brown · 14 years ago
  52. dfd446f Improve JNI tracing even further. by Elliott Hughes · 14 years ago
  53. 5719d5c Improve -verbose:jni. by Elliott Hughes · 14 years ago
  54. 2e31bb7 Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  55. b221d25 Fix debugger output of floats and doubles. by jeffhao · 14 years ago
  56. 120994d Make dual clock mode the default. by Jeff Brown · 14 years ago
  57. 949c3ec Add a dual clock profiler tracing mode. by Jeff Brown · 14 years ago
  58. 8402bdf Fix a use of uninitialized variable found by gcc-4.6. I don't think this is a by Doug Kwan · 14 years ago
  59. 8bd8e5b Merge "Fix gcc-4.6 warnings." by Doug Kwan · 14 years ago
  60. 7a92194 Fix gcc-4.6 warnings. by Doug Kwan · 14 years ago
  61. 29527c9 Fix for adb shell hang after adb root. by Brett Chabot · 14 years ago
  62. a8b4a0e Throw NullPointerExceptions with detail messages. by Elliott Hughes · 14 years ago
  63. 4fbac87 Merge "Remove an unused internal native." by Elliott Hughes · 14 years ago
  64. a688e12 Remove an unused internal native. by Elliott Hughes · 14 years ago
  65. 4f25d17 Merge "[JIT] Fix uninitialized read (issue #4929028)" by buzbee · 14 years ago
  66. ba8b044 [JIT] Fix uninitialized read (issue #4929028) by buzbee · 14 years ago
  67. 61e50bd resolved conflicts for merge of cc8c750a to master by Elliott Hughes · 14 years ago
  68. 1a87dec Fix native methods that weren't registered via RegisterNatives. by Elliott Hughes · 14 years ago
  69. 5855362 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  70. cc8c750 am 03c60a44: Merge "Undecoded jobject leaking in through attachThread" by Elliott Hughes · 14 years ago
  71. 03c60a4 Merge "Undecoded jobject leaking in through attachThread" by Elliott Hughes · 14 years ago
  72. f741a81 Merge "Clean up IndirectRefTable a bit." into dalvik-dev by Elliott Hughes · 14 years ago
  73. ce09683 Clean up IndirectRefTable a bit. by Elliott Hughes · 14 years ago
  74. b87442a am bea345e1: Fix the watchdog test to handle the failure from managed code. by Jesse Wilson · 14 years ago
  75. bea345e Fix the watchdog test to handle the failure from managed code. by Jesse Wilson · 14 years ago
  76. bcfee6a am 0c632a84: Merge "Add isDebuggerActive API for the finalizer watchdog." by Jesse Wilson · 14 years ago
  77. 0c632a8 Merge "Add isDebuggerActive API for the finalizer watchdog." by Jesse Wilson · 14 years ago
  78. e58a9b5 Add isDebuggerActive API for the finalizer watchdog. by Jesse Wilson · 14 years ago
  79. 7c08071 Don't be too specific in reference table summaries. by Elliott Hughes · 14 years ago
  80. e1e7b71 Remove incorrect comment. by Elliott Hughes · 14 years ago
  81. 8b987b3 Fix build: rebase went wrong. by Elliott Hughes · 14 years ago
  82. d8a3f9f Make some of the StringObject functions member functions. by Elliott Hughes · 14 years ago
  83. 837eabb Add and use StringAppendF. by Elliott Hughes · 14 years ago
  84. e88cce6 Merge "Improve reference table dumping." into dalvik-dev by Elliott Hughes · 14 years ago
  85. fe7f2b3 Improve reference table dumping. by Elliott Hughes · 14 years ago
  86. 439834a am a7ab2182: Fix unbundled apps on pre-ICS devices. by Elliott Hughes · 14 years ago
  87. a7ab218 Fix unbundled apps on pre-ICS devices. by Elliott Hughes · 14 years ago
  88. e6c0ef2 Break a dependency on frameworks/base when building a host VM. by Elliott Hughes · 14 years ago
  89. 8c8d159 Better comments for yesterday's change. by Elliott Hughes · 14 years ago
  90. 8ccc48e am cd10c009: am f682dd64: (-s ours) am 1dd6e412: am a028d87f: Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  91. cd10c00 am f682dd64: (-s ours) am 1dd6e412: am a028d87f: Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  92. f682dd6 am 1dd6e412: am a028d87f: Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  93. 1dd6e41 am a028d87f: Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  94. a028d87 Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  95. 375fb11 Normalize the include guard style. by Carl Shapiro · 14 years ago
  96. 7baeded Dx defaults to emitting dexfiles without jumbo opcodes. by jeffhao · 14 years ago
  97. 6585276 Allow native methods to declare they don't need a JNIEnv*. by Elliott Hughes · 14 years ago
  98. 9884429 Merge "Fix an issue regarding FindClass and threads without native methods." into dalvik-dev by Carl Shapiro · 14 years ago
  99. fd594de Merge "Always grow the limit address of the a heap along with its size." into dalvik-dev by Carl Shapiro · 14 years ago
  100. fd31cc0 Do not initiate a concurrent collection if one is already running. by Carl Shapiro · 14 years ago