1. 541c94e am b037a464: Don\'t do heap dump on SIGUSR1. by Andy McFadden · 15 years ago
  2. 1e83b4d Implement JNI UnregisterNatives. by Andy McFadden · 15 years ago
  3. b037a46 Don't do heap dump on SIGUSR1. by Andy McFadden · 15 years ago
  4. 6310c78 Merge "Tracing for developers of native methods." into dalvik-dev by Elliott Hughes · 15 years ago
  5. 8afa9df Tracing for developers of native methods. by Elliott Hughes · 15 years ago
  6. 4a40879 Merge commit 'ba7e99a13ccb03611781cfec2631303cc042c76a' into mm by Brian Carlstrom · 15 years ago
  7. 8e7704d Merge "Fix a crash during the VM shutdown." into dalvik-dev by Carl Shapiro · 15 years ago
  8. 5cc52be Merge "Caching the class name on the Java heap." into dalvik-dev by Jesse Wilson · 15 years ago
  9. 1425417 am 58b0f67f: am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
  10. 58b0f67 am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
  11. d7de450 Fix a crash during the VM shutdown. by Carl Shapiro · 15 years ago
  12. 1c3da61 am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
  13. 0f0e6f1 Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
  14. 9defb09 Merge "Describe dalvik.vm.extra-opts." into dalvik-dev by Andy McFadden · 15 years ago
  15. d8b5bd1 Describe dalvik.vm.extra-opts. by Andy McFadden · 15 years ago
  16. 9d2902a Make dvmVerifyCardTable more resiliant, and move invocation to start by Barry Hayes · 15 years ago
  17. b874ab9 Make dvmCardTableStartup be more independant of HeapSource startup. by Barry Hayes · 15 years ago
  18. 62c3493 Caching the class name on the Java heap. by Jesse Wilson · 15 years ago
  19. 5b544eb am 23280a25: Merge "Update heap profiling docs." by Andy McFadden · 15 years ago
  20. 23280a2 Merge "Update heap profiling docs." by Andy McFadden · 15 years ago
  21. 1da7522 Update heap profiling docs. by Andy McFadden · 15 years ago
  22. f1fac12 Merge "Revert "Fix the bitsLen calculation in aliasBitmap."" into dalvik-dev by Barry Hayes · 15 years ago
  23. 2429a79 am c596465b: am 87e2b990: am 3f4f8ad0: am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
  24. c596465 am 87e2b990: am 3f4f8ad0: am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
  25. 87e2b99 am 3f4f8ad0: am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
  26. 3f4f8ad am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
  27. 79a98c6 Merge "Interpreter & JIT support for write barriers" into dalvik-dev by buzbee · 15 years ago
  28. f16e9ed Revert "Fix the bitsLen calculation in aliasBitmap." by Barry Hayes · 15 years ago
  29. e13936b Merge "Fix the bitsLen calculation in aliasBitmap." into dalvik-dev by Barry Hayes · 15 years ago
  30. fa09ccb Merge "Make the visitor routines inlined." into dalvik-dev by Carl Shapiro · 15 years ago
  31. ddb0c1c Make the visitor routines inlined. by Carl Shapiro · 15 years ago
  32. ba6e940 Merge "Use the dvmAllocRegion instead of ashmem and mmap." into dalvik-dev by Carl Shapiro · 15 years ago
  33. a447b49 The ICU data is no longer compiled directly into the shared library. by Joe Onorato · 15 years ago
  34. 742c445 Use the dvmAllocRegion instead of ashmem and mmap. by Carl Shapiro · 15 years ago
  35. 87a48d2 Fix the bitsLen calculation in aliasBitmap. by Barry Hayes · 15 years ago
  36. 98c2591 merge from open-source froyo by The Android Open Source Project · 15 years ago
  37. 814eed6 Merge "Add a regression test for ClassLoader.loadClass() returning null." into dalvik-dev by Barry Hayes · 15 years ago
  38. b4c8c67 Merge "Remove redundant "#ifndef NDEBUG" guarding asserts." into dalvik-dev by Carl Shapiro · 15 years ago
  39. fbb80d7 Add a regression test for ClassLoader.loadClass() returning null. by Barry Hayes · 15 years ago
  40. 919eb06 Interpreter & JIT support for write barriers by buzbee · 15 years ago
  41. c0f52a1 am 4b851a75: Allow heap dump requests with a FileDescriptor arg. by Andy McFadden · 15 years ago
  42. 4b851a7 Allow heap dump requests with a FileDescriptor arg. by Andy McFadden · 15 years ago
  43. aca6ec8 Remove redundant "#ifndef NDEBUG" guarding asserts. by Carl Shapiro · 15 years ago
  44. d2f3ff7 Merge "Use "long" instead of the more verbose but equivalent "long int"." into dalvik-dev by Carl Shapiro · 15 years ago
  45. 9da2fc0 Remove a stray log statement. by Carl Shapiro · 15 years ago
  46. 9cbece2 Use "long" instead of the more verbose but equivalent "long int". by Carl Shapiro · 15 years ago
  47. 887faa5 Merge "Simplify heap bitmap allocation." into dalvik-dev by Carl Shapiro · 15 years ago
  48. 3db1ad3 Simplify heap bitmap allocation. by Carl Shapiro · 15 years ago
  49. 351a6bc Merge "Minor clean-ups of the reference processing code." into dalvik-dev by Carl Shapiro · 15 years ago
  50. 19d178e Add/Remove Some @KnownFailure Annotations by Brian Muramatsu · 15 years ago
  51. d5c4001 Merge "Make the write barrier calls in ObjectInlines conditional; if the value being stored is NULL, no write barrier call is needed." into dalvik-dev by Barry Hayes · 15 years ago
  52. 748529d Merge "Make concurrent mark-and-sweep the default." into dalvik-dev by Carl Shapiro · 15 years ago
  53. 03b837b Make concurrent mark-and-sweep the default. by Carl Shapiro · 15 years ago
  54. a1b03a9 Minor clean-ups of the reference processing code. by Carl Shapiro · 15 years ago
  55. 4496ed9 Move the biasedCardTableBase out of the non-public GcHeap structure, by Barry Hayes · 15 years ago
  56. 4ac66a9 Make the write barrier calls in ObjectInlines conditional; if the by Barry Hayes · 15 years ago
  57. 09bd801 Merge "Remove a mostly obsolete comment and fix some formatting." into dalvik-dev by Carl Shapiro · 15 years ago
  58. 34f5199 Remove a mostly obsolete comment and fix some formatting. by Carl Shapiro · 15 years ago
  59. 740cd29 When aliasing a bitmap, use smallest available limit. by Carl Shapiro · 15 years ago
  60. 99fc456 Make the compiler's MIN and MAX macros globally visible. by Carl Shapiro · 15 years ago
  61. 2a6f484 Use the new pendingNext field to thread pending references. by Carl Shapiro · 15 years ago
  62. 0f9a5b3 Merge "Some formatting and commenting clean-up." into dalvik-dev by Barry Hayes · 15 years ago
  63. 8f921a7 Some formatting and commenting clean-up. by Barry Hayes · 15 years ago
  64. b7e5192 am 2566990f: resolved conflicts for merge of c62fc717 to master by buzbee · 15 years ago
  65. 2566990 resolved conflicts for merge of c62fc717 to master by buzbee · 15 years ago
  66. c62fc71 am 856d111c: am b6d37288: JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
  67. 856d111 am b6d37288: JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
  68. b6d3728 JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
  69. 8916e97 Merge "Handle NULL return from class loader." into dalvik-dev by Andy McFadden · 15 years ago
  70. d0f0ee6 Handle NULL return from class loader. by Andy McFadden · 15 years ago
  71. e7a37d5 am b122c8b1: Fix thread names. by Andy McFadden · 15 years ago
  72. b122c8b Fix thread names. by Andy McFadden · 15 years ago
  73. 6e5cf60 Quicker partial collection by using card marking. by Barry Hayes · 15 years ago
  74. 3be6164 Merge "Only emit cat1 volatile ops in SMP builds." into dalvik-dev by Andy McFadden · 15 years ago
  75. 139516e Only emit cat1 volatile ops in SMP builds. by Andy McFadden · 15 years ago
  76. 903405d Merge "JIT: Fix for 2813841, use core regs for sub-word data" into dalvik-dev by Bill Buzbee · 15 years ago
  77. 749e816 JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
  78. f5dcfc8 am e5289ebc: Merge "Use pthread_setname_np when available." by Andy McFadden · 15 years ago
  79. e5289eb Merge "Use pthread_setname_np when available." by Andy McFadden · 15 years ago
  80. 41f27a0 Merge "Disambiguate method overloads in -Xjitverbose output." into dalvik-dev by Elliott Hughes · 15 years ago
  81. cc6fac8 Disambiguate method overloads in -Xjitverbose output. by Elliott Hughes · 15 years ago
  82. bf8c557 am 1c52e6d2: Properly set the entry point for the dbg > mterp transition. by Ben Cheng · 15 years ago
  83. 1c52e6d Properly set the entry point for the dbg > mterp transition. by Ben Cheng · 15 years ago
  84. 791802c Add two new stubs to fix the copying collector build. by Carl Shapiro · 15 years ago
  85. 5617ad3 Minor clean-up of thread status changes. by Carl Shapiro · 15 years ago
  86. ec47e2e Allow allocation during a concurrent GC. by Carl Shapiro · 15 years ago
  87. 44104e9 resolved conflicts for merge of 225bfdd0 to dalvik-dev by Carl Shapiro · 15 years ago
  88. 225bfdd Merge "Eliminate the only use of the releasing swap name." by Carl Shapiro · 15 years ago
  89. d09b642 am bdddc792: am c399a2ca: merge from open-source master by The Android Open Source Project · 15 years ago
  90. bdddc79 am c399a2ca: merge from open-source master by The Android Open Source Project · 15 years ago
  91. 22ec609 Use pthread_setname_np when available. by Andy McFadden · 15 years ago
  92. c399a2c merge from open-source master by The Android Open Source Project · 15 years ago
  93. 034125a Don't prelink dalvik for x86 by Bruce Beare · 15 years ago
  94. 453e05f Eliminate the only use of the releasing swap name. by Carl Shapiro · 15 years ago
  95. 2a4bb43 am de833dc1: am 14628323: am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago
  96. de833dc am 14628323: am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago
  97. 1462832 am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago
  98. ba7e99a Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago
  99. ca6f4f6 Revert change of test automerged from master by Brian Carlstrom · 15 years ago
  100. 79d2a00 am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago