1. 24c57f1 Make it easier to recognize JNI reference bugs. by Elliott Hughes · 14 years ago
  2. dfd446f Improve JNI tracing even further. by Elliott Hughes · 14 years ago
  3. 5719d5c Improve -verbose:jni. by Elliott Hughes · 14 years ago
  4. 2e31bb7 Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  5. b221d25 Fix debugger output of floats and doubles. by jeffhao · 14 years ago
  6. 949c3ec Add a dual clock profiler tracing mode. by Jeff Brown · 14 years ago
  7. 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
  8. 8bd8e5b Merge "Fix gcc-4.6 warnings." by Doug Kwan · 14 years ago
  9. 7a92194 Fix gcc-4.6 warnings. by Doug Kwan · 14 years ago
  10. 29527c9 Fix for adb shell hang after adb root. by Brett Chabot · 14 years ago
  11. a8b4a0e Throw NullPointerExceptions with detail messages. by Elliott Hughes · 14 years ago
  12. 4fbac87 Merge "Remove an unused internal native." by Elliott Hughes · 14 years ago
  13. a688e12 Remove an unused internal native. by Elliott Hughes · 14 years ago
  14. 4f25d17 Merge "[JIT] Fix uninitialized read (issue #4929028)" by buzbee · 14 years ago
  15. ba8b044 [JIT] Fix uninitialized read (issue #4929028) by buzbee · 14 years ago
  16. 61e50bd resolved conflicts for merge of cc8c750a to master by Elliott Hughes · 14 years ago
  17. 1a87dec Fix native methods that weren't registered via RegisterNatives. by Elliott Hughes · 14 years ago
  18. 5855362 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  19. cc8c750 am 03c60a44: Merge "Undecoded jobject leaking in through attachThread" by Elliott Hughes · 14 years ago
  20. 03c60a4 Merge "Undecoded jobject leaking in through attachThread" by Elliott Hughes · 14 years ago
  21. f741a81 Merge "Clean up IndirectRefTable a bit." into dalvik-dev by Elliott Hughes · 14 years ago
  22. ce09683 Clean up IndirectRefTable a bit. by Elliott Hughes · 14 years ago
  23. b87442a am bea345e1: Fix the watchdog test to handle the failure from managed code. by Jesse Wilson · 14 years ago
  24. bea345e Fix the watchdog test to handle the failure from managed code. by Jesse Wilson · 14 years ago
  25. bcfee6a am 0c632a84: Merge "Add isDebuggerActive API for the finalizer watchdog." by Jesse Wilson · 14 years ago
  26. 0c632a8 Merge "Add isDebuggerActive API for the finalizer watchdog." by Jesse Wilson · 14 years ago
  27. e58a9b5 Add isDebuggerActive API for the finalizer watchdog. by Jesse Wilson · 14 years ago
  28. 7c08071 Don't be too specific in reference table summaries. by Elliott Hughes · 14 years ago
  29. e1e7b71 Remove incorrect comment. by Elliott Hughes · 14 years ago
  30. 8b987b3 Fix build: rebase went wrong. by Elliott Hughes · 14 years ago
  31. d8a3f9f Make some of the StringObject functions member functions. by Elliott Hughes · 14 years ago
  32. 837eabb Add and use StringAppendF. by Elliott Hughes · 14 years ago
  33. e88cce6 Merge "Improve reference table dumping." into dalvik-dev by Elliott Hughes · 14 years ago
  34. fe7f2b3 Improve reference table dumping. by Elliott Hughes · 14 years ago
  35. 439834a am a7ab2182: Fix unbundled apps on pre-ICS devices. by Elliott Hughes · 14 years ago
  36. a7ab218 Fix unbundled apps on pre-ICS devices. by Elliott Hughes · 14 years ago
  37. e6c0ef2 Break a dependency on frameworks/base when building a host VM. by Elliott Hughes · 14 years ago
  38. 8c8d159 Better comments for yesterday's change. by Elliott Hughes · 14 years ago
  39. 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
  40. 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
  41. f682dd6 am 1dd6e412: am a028d87f: Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  42. 1dd6e41 am a028d87f: Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  43. a028d87 Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  44. 375fb11 Normalize the include guard style. by Carl Shapiro · 14 years ago
  45. 7baeded Dx defaults to emitting dexfiles without jumbo opcodes. by jeffhao · 14 years ago
  46. 6585276 Allow native methods to declare they don't need a JNIEnv*. by Elliott Hughes · 14 years ago
  47. 9884429 Merge "Fix an issue regarding FindClass and threads without native methods." into dalvik-dev by Carl Shapiro · 14 years ago
  48. fd594de Merge "Always grow the limit address of the a heap along with its size." into dalvik-dev by Carl Shapiro · 14 years ago
  49. fd31cc0 Do not initiate a concurrent collection if one is already running. by Carl Shapiro · 14 years ago
  50. 0c13923 Always grow the limit address of the a heap along with its size. by Carl Shapiro · 14 years ago
  51. 00feda9 Fix an issue regarding FindClass and threads without native methods. by Carl Shapiro · 14 years ago
  52. c0ad551 Merge "Fix a minor leaks caused by failed initializations." into dalvik-dev by Carl Shapiro · 14 years ago
  53. 0c32ebc Fix a minor leaks caused by failed initializations. by Carl Shapiro · 14 years ago
  54. ac518bc Tidy up some includes. by Elliott Hughes · 14 years ago
  55. d492aa1 Merge "Favor Object* over void* for the heap bitmap interfaces." into dalvik-dev by Carl Shapiro · 14 years ago
  56. eebf7c6 Fix two issues with the card table. by Carl Shapiro · 14 years ago
  57. 689cc33 Fix regular exit. by Elliott Hughes · 14 years ago
  58. 0d92a40 Favor Object* over void* for the heap bitmap interfaces. by Carl Shapiro · 14 years ago
  59. 708f143 Improve "waiting on"/"waiting to lock" SIGQUIT dump info. by Elliott Hughes · 14 years ago
  60. a0f945f Fix gunit test build. by Elliott Hughes · 14 years ago
  61. b08e2b6 Switch dvmHumanReadableDescriptor over to std::string. by Elliott Hughes · 14 years ago
  62. 0fbb703 Use std::string rather than malloc/free for saneDirName. by Elliott Hughes · 14 years ago
  63. 0bb39c2 Note a possible improvement. by Dan Bornstein · 14 years ago
  64. 6f9edbe Add some error checking and clean out some cruft. by Dan Bornstein · 14 years ago
  65. 0216b58 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  66. 6f3c21f More LOG newline cleanup. by Dan Bornstein · 14 years ago
  67. 291c84f Prefer printf format "%#x" over "0x%x". by Dan Bornstein · 14 years ago
  68. 60fc806 Further conservation of newlines. by Dan Bornstein · 14 years ago
  69. d9d1a86 One more dex magic update. by Dan Bornstein · 14 years ago
  70. e56df06 Merge "Conservation of newlines in libdex." into dalvik-dev by Dan Bornstein · 14 years ago
  71. 22324a0 am 90f276bc: Pack interpSave struct to fix x86 & Arm diffs by buzbee · 14 years ago
  72. 90f276b Pack interpSave struct to fix x86 & Arm diffs by buzbee · 14 years ago
  73. 7debeaf Merge "Pack interpSave struct to fix x86 & arm align diff" into dalvik-dev by buzbee · 14 years ago
  74. 81ea00b Pack interpSave struct to fix x86 & arm align diff by buzbee · 14 years ago
  75. 4138683 Merge "Eliminate the dvmHeapSourceGetPtrFlag interface." into dalvik-dev by Carl Shapiro · 14 years ago
  76. 614dca3 Conservation of newlines in libdex. by Dan Bornstein · 14 years ago
  77. 48a2061 Merge "Update dex file magic number." into dalvik-dev by Dan Bornstein · 14 years ago
  78. d537d48 Eliminate the dvmHeapSourceGetPtrFlag interface. by Carl Shapiro · 14 years ago
  79. 9fdbd91 Update dex file magic number. by Dan Bornstein · 14 years ago
  80. e1c94cd am cf4a20cf: Interpreter/Debugger fix #4479968 by buzbee · 14 years ago
  81. cf4a20c Interpreter/Debugger fix #4479968 by buzbee · 14 years ago
  82. 43e796a am 9522632b: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  83. 9522632 Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  84. 04c1d54 Merge "Minor documentation changes." into dalvik-dev by Elliott Hughes · 14 years ago
  85. 0924126 Minor documentation changes. by Elliott Hughes · 14 years ago
  86. 7676148 am 97b22b8d: Fix alt handling for Jumbo ops by buzbee · 14 years ago
  87. 97b22b8 Fix alt handling for Jumbo ops by buzbee · 14 years ago
  88. fbaf4f9 Undecoded jobject leaking in through attachThread by Mark Gordon · 14 years ago
  89. a3741e3 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 14 years ago
  90. 5c247d0 Merge "Address CVE-2011-1090." into dalvik-dev by Dan Bornstein · 14 years ago
  91. d53c7ef Address CVE-2011-1090. by Dan Bornstein · 14 years ago
  92. d8d2511 Dump the pending exception before aborting in FindClass. by Elliott Hughes · 14 years ago
  93. cc20c55 Improve diagnostics when an invalid reference is given to Get/Set*Field functions. by Elliott Hughes · 14 years ago
  94. 3ddce1c am fe108f77: Fix a Thumb vs Thumb2 codegen bug. by Ben Cheng · 14 years ago
  95. a97851e Fix a comment and remove some horizontal white space. by Carl Shapiro · 14 years ago
  96. 7e46af2 Various code clean-ups. by Carl Shapiro · 14 years ago
  97. fe108f7 Fix a Thumb vs Thumb2 codegen bug. by Ben Cheng · 14 years ago
  98. bfa270a Merge "Normalize declaration style." into dalvik-dev by Carl Shapiro · 14 years ago
  99. 06f120f Normalize declaration style. by Carl Shapiro · 14 years ago
  100. 12fc997 Remove dead code. by Carl Shapiro · 14 years ago