1. 86c9593 Various JDWP updates by Andy McFadden · 14 years ago
  2. f60f48e Remove more dead SecurityManager cruft. by Elliott Hughes · 14 years ago
  3. 0970976 Fix up some JDWP stuff by Andy McFadden · 14 years ago
  4. 111afc8 Merge "Move finalization out of the VM." into dalvik-dev by Carl Shapiro · 14 years ago
  5. 3475f9c Move finalization out of the VM. by Carl Shapiro · 14 years ago
  6. 46cd4fb Extend a trace with a backward branch into a loop. by Ben Cheng · 14 years ago
  7. 318839c Collate the initial class creation code. by Dan Bornstein · 14 years ago
  8. a9c49df Clean up how primitive types are handled. by Dan Bornstein · 14 years ago
  9. 842947e Extract more reference inits. by Dan Bornstein · 14 years ago
  10. d8a16d3 Kill off the doPrivileged() special case code. by Dan Bornstein · 14 years ago
  11. 40fcd04 Pull the Reference setup code into InitRefs.c. by Dan Bornstein · 14 years ago
  12. 7079044 Merge "Clean up UtfString.c, two ways." into dalvik-dev by Dan Bornstein · 14 years ago
  13. cd38042 Clean up UtfString.c, two ways. by Dan Bornstein · 14 years ago
  14. 385828e Handle relocatable class objects in JIT'ed code. by Ben Cheng · 14 years ago
  15. 701abba Use indirect references in JNI by default. by Carl Shapiro · 14 years ago
  16. 2ff04ab Fix method profiling by Andy McFadden · 14 years ago
  17. e0af989 Merge "Finish the indirect reference implementation." into dalvik-dev by Carl Shapiro · 14 years ago
  18. e4c3b5e Finish the indirect reference implementation. by Carl Shapiro · 14 years ago
  19. 9807b4e Clean out now-unused exception code. by Dan Bornstein · 14 years ago
  20. a3b3512 More exception rework. by Dan Bornstein · 14 years ago
  21. 85ba81d Set up a few more exceptions. by Dan Bornstein · 14 years ago
  22. 537e29e Set up a few more exceptions. by Dan Bornstein · 14 years ago
  23. 8521311 Yak-shaving in support of the exception cleanup. by Dan Bornstein · 14 years ago
  24. bc606f5 Clean up a few more exceptions. by Dan Bornstein · 14 years ago
  25. 9b598e3 Clean up a few more exceptions. by Dan Bornstein · 14 years ago
  26. 7a86c44 More exception cleanup. by Dan Bornstein · 14 years ago
  27. 2c8e25b More exception cleanup. by Dan Bornstein · 14 years ago
  28. 6d167a4 More exception cleanup. by Dan Bornstein · 14 years ago
  29. 32bb3da Add a bit of structure to the Exception startup code. by Dan Bornstein · 14 years ago
  30. 7ab74e1 Add support to do suspend polling on backward branches in JIT'ed code. by Ben Cheng · 14 years ago
  31. 49dc060 Move more system propery handling into managed code. by Elliott Hughes · 14 years ago
  32. 01605d2 Remove the unused monitor tracking and deadlock prediction code. by Carl Shapiro · 14 years ago
  33. 7f7dcd4 Merge "Support traceview-style profiling in all builds" into dalvik-dev by buzbee · 14 years ago
  34. 18fba34 Support traceview-style profiling in all builds by buzbee · 14 years ago
  35. 91e0db1 am 044f1e87: am 0bd1ebdb: am 461d57dc: Merge "Add an option to disable explicit GC requests." into honeycomb by Carl Shapiro · 14 years ago
  36. 461d57d Merge "Add an option to disable explicit GC requests." into honeycomb by Carl Shapiro · 14 years ago
  37. 821fd06 Add an option to disable explicit GC requests. by Carl Shapiro · 14 years ago
  38. 9238eb8 Merge "Consolidate mterp's debug/profile/suspend control" into dalvik-dev by buzbee · 14 years ago
  39. cb3081f Consolidate mterp's debug/profile/suspend control by buzbee · 14 years ago
  40. b7c0827 am 2287bffd: am 9622ef8d: am b2e15681: Merge "Implement growth limits to support multiple heap configurations." into honeycomb by Carl Shapiro · 14 years ago
  41. df9f08b Implement growth limits to support multiple heap configurations. by Carl Shapiro · 14 years ago
  42. 2e152ba [JIT] Trace profiling support by buzbee · 14 years ago
  43. cf7b2e6 resolved conflicts for merge of 3b55675a to dalvik-dev by Brad Fitzpatrick · 14 years ago
  44. 3b55675 Add a new, optional "is sensitive thread?" hook. by Brad Fitzpatrick · 14 years ago
  45. 701d272 Progress on liveness analysis. by Andy McFadden · 14 years ago
  46. ccaab18 Another clarifying rename and a bit more automation. by Dan Bornstein · 14 years ago
  47. 3f64a02 Check monitors during bytecode verification by Andy McFadden · 14 years ago
  48. 675b642 Say kNumDalvikInstructions when appropriate. by Dan Bornstein · 14 years ago
  49. 41e286c Get rid of the copies of the opcode table pointers. by Dan Bornstein · 14 years ago
  50. 44a38f4 Add a new index type table for instruction decoding. by Dan Bornstein · 14 years ago
  51. 470cbbb Move some verifier stuff around. by Andy McFadden · 14 years ago
  52. 202e3d9 Remove allocation limit checking. by Carl Shapiro · 14 years ago
  53. a8f488d Remove nio cruft. by Elliott Hughes · 14 years ago
  54. 5183a19 Allow nested instruction counting. by Andy McFadden · 14 years ago
  55. 0477139 Avoid lookup of loadClass(). by Andy McFadden · 14 years ago
  56. 8552f44 Use Throwable.getMessage() when logging exceptions. by Andy McFadden · 14 years ago
  57. c58b9ef Added "dexopt for SMP" flag. by Andy McFadden · 14 years ago
  58. 1f19988 Stop using getEffectiveAddress. by Elliott Hughes · 14 years ago
  59. f30a7dc Do less work in NewDirectByteBuffer. by Elliott Hughes · 14 years ago
  60. 34d192b Update the GetDirectBufferAddress implementation. by Elliott Hughes · 14 years ago
  61. ea41434 Add option for specifying wall-clock in method profiling. by Andy McFadden · 14 years ago
  62. df53472 Minor nio cleanup. by Elliott Hughes · 14 years ago
  63. 0d615c3 Always support debugging and profiling. by Andy McFadden · 14 years ago
  64. fc3d316 More SMP fixes. by Andy McFadden · 14 years ago
  65. b069147 Remove stale overwritefree flag. by Carl Shapiro · 14 years ago
  66. 7a2697d Implement method inlining for getters/setters by Ben Cheng · 15 years ago
  67. bb1e0e9 New string intern table without immortal bits. by Carl Shapiro · 15 years ago
  68. 8afa9df Tracing for developers of native methods. by Elliott Hughes · 15 years ago
  69. 4496ed9 Move the biasedCardTableBase out of the non-public GcHeap structure, by Barry Hayes · 15 years ago
  70. 2a6f484 Use the new pendingNext field to thread pending references. by Carl Shapiro · 15 years ago
  71. 6e5cf60 Quicker partial collection by using card marking. by Barry Hayes · 15 years ago
  72. ec47e2e Allow allocation during a concurrent GC. by Carl Shapiro · 15 years ago
  73. ec805ea Add a mode for concurrently marking and sweeping. by Carl Shapiro · 15 years ago
  74. 697b5a9 Use the queueNext field of java.lang.ref.Reference for lists of by Barry Hayes · 15 years ago
  75. deeeeb2 Dalvik SMP update by Andy McFadden · 15 years ago
  76. c49db85 Send unlinkedClass back to hell, as requested. by Barry Hayes · 15 years ago
  77. b88ec3c Remove the write permission for the JIT code cache when not needed by Ben Cheng · 15 years ago
  78. bd04724 JIT: Fix for [Issue 2675245] FRF40 monkey crash in jit-cache by Bill Buzbee · 15 years ago
  79. 978738d Add counters to track JIT inline cache hit rate and code cache patch counts. by Ben Cheng · 15 years ago
  80. c088750 am 02a1acfa: am e7295d6c: am 560b3568: am 8dbde000: am 73e00c82: Merge "Fix a memory ordering bug when updating the inline cache for predicted chaining." into froyo by Ben Cheng · 15 years ago
  81. 452efba Fix a memory ordering bug when updating the inline cache for predicted chaining. by Ben Cheng · 15 years ago
  82. c083591 resolved conflicts for merge of ee25fc06 to dalvik-dev by Carl Shapiro · 15 years ago
  83. b8fcf57 Fix remaining small issues with the lock sampling. by Carl Shapiro · 15 years ago
  84. 6b4ba58 Add a mechanism to long a sample of long running lock acquisitions. by Carl Shapiro · 15 years ago
  85. 068abf0 resolved conflicts for merge of f0c514ce to dalvik-dev by Carl Shapiro · 15 years ago
  86. f0c514c Add a mechanism to long a sample of long running lock acquisitions. by Carl Shapiro · 15 years ago
  87. cb3c542 Move the furniture around some more. by Andy McFadden · 15 years ago
  88. 2954074 Reference class handling overhaul. by Carl Shapiro · 15 years ago
  89. 962adba Added flags to the vm: by Barry Hayes · 15 years ago
  90. b4d15c6 am 79cea5c9: Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  91. dca7143 Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 15 years ago
  92. 157f1e3 am f8069e84: Merge "Collect more JIT stats in the assert build." by Ben Cheng · 15 years ago
  93. 86717f7 Collect more JIT stats in the assert build. by Ben Cheng · 15 years ago
  94. 4dc2ab9 Move allocation of the uninitialized class object on to the object heap. by Barry Hayes · 15 years ago
  95. a2ed5a7 am 88a0f970: Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 15 years ago
  96. 88a0f97 Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 15 years ago
  97. f5ee016 Merge remote branch 'goog/master' into mm by Elliott Hughes · 15 years ago
  98. 5cbb230 Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the by Barry Hayes · 15 years ago
  99. c5285b3 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  100. f30acbb Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago