1. c7f2d5e Fix inner class access flags and array modifiers. by Elliott Hughes · 11 years ago
  2. 5dedc95 Fix dalvik tests post-conscrypt. by Elliott Hughes · 12 years ago
  3. 9e11a83 Fix flakiness in test 080-oom-throw. by Elliott Hughes · 12 years ago
  4. 05d4f7c [x86] FPU stack needs to be reset after double conversion by Udayan Banerji · 12 years ago
  5. 9247f67 javac should have matching -source and -target flags. by Elliott Hughes · 12 years ago
  6. b091981 Abstract methods aren't implementations. by Elliott Hughes · 12 years ago
  7. 58c22af Expand test 004-annotations to cover package annotations. by Elliott Hughes · 12 years ago
  8. eb17034 dvz: remove dead code. by Nick Kralevich · 12 years ago
  9. 889344d Fix handling of annotations whose classes are missing at runtime. by Elliott Hughes · 12 years ago
  10. b456134 ExceptionInInitializerError should wrap only non Error exceptions. by Elliott Hughes · 12 years ago
  11. 0c2dc52 [X86] X86 trace JIT compiler support by Dong-Yuan Chen · 12 years ago
  12. 2fa5a86 Avoid method overriding if its super method is inaccessible. by Im Sooin · 13 years ago
  13. ac3da00 Missing zero-checks in JIT compiler by Mattias Petersson · 12 years ago
  14. 2436ea1 am 90d3e3b3: Merge "Add test cases for concurrent gc and System.arraycopy" by Elliott Hughes · 12 years ago
  15. e0e2975 Add test cases for concurrent gc and System.arraycopy by Johannes Carlsson · 14 years ago
  16. 6fb6f30 Update test 089 expectations by Brian Carlstrom · 13 years ago
  17. d8d1b6d am 67feae03: am 4cda226f: am c1052f9a: Merge "Add a test for a dalvikvm \'switch\' bug." by Jean-Baptiste Queru · 13 years ago
  18. 4cda226 am c1052f9a: Merge "Add a test for a dalvikvm \'switch\' bug." by Jean-Baptiste Queru · 13 years ago
  19. 13c9f04 Add a test for a dalvikvm 'switch' bug. by Elliott Hughes · 13 years ago
  20. dd92a65 am 81894b3a: am 2fe129bf: Merge "Updates to the VM tests." by Jean-Baptiste Queru · 13 years ago
  21. 81894b3 am 2fe129bf: Merge "Updates to the VM tests." by Jean-Baptiste Queru · 13 years ago
  22. aec9c8f Updates to the VM tests. by Elliott Hughes · 13 years ago
  23. 0a6a598 Tweak Dalvik tests by Andy McFadden · 13 years ago
  24. a5a1848 Update and extend Dalvik tests by Andy McFadden · 13 years ago
  25. f956852 am 232c385b: Bug fix for control-flow construction involving nested loops. by Ben Cheng · 13 years ago
  26. 232c385 Bug fix for control-flow construction involving nested loops. by Ben Cheng · 13 years ago
  27. 556904e Merge "Bug fix for control-flow construction involving nested loops." by Ben Cheng · 13 years ago
  28. f36ff04 Bug fix for control-flow construction involving nested loops. by Ben Cheng · 13 years ago
  29. 09153fe am 9e8b05e4: am a669206d: Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use" by Jean-Baptiste Queru · 13 years ago
  30. d8a81cf cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use by Johannes Rudolph · 13 years ago
  31. 541a4c1 Admit to not supporting over 65,536 methods. by Jesse Wilson · 13 years ago
  32. bea345e Fix the watchdog test to handle the failure from managed code. by Jesse Wilson · 13 years ago
  33. 541ea61 Adjust basis against which enum performance is compared. by Jesse Wilson · 14 years ago
  34. 32115a9 Generate code for loops formed with the new builder by Ben Cheng · 14 years ago
  35. 51c9d78 Update a test to handle a different anonymous class name. by Jesse Wilson · 14 years ago
  36. 6aed656 Fix dalvik test 089 by Andy McFadden · 14 years ago
  37. 71c1771 Replace jumbo opcodes in certain circumstances by Andy McFadden · 14 years ago
  38. 19a03bc This test stopped being useful quite a while ago. by Dan Bornstein · 14 years ago
  39. 719e14a Ensure a dalvik-cache directory exists before running dalvik. by Carl Shapiro · 14 years ago
  40. f6b6389 Add huge-array OOM test by Andy McFadden · 14 years ago
  41. d5d103d resolved conflicts for merge of d6e32b81 to dalvik-dev by Andy McFadden · 14 years ago
  42. d6e32b8 Ensure word atomicity in System.arraycopy by Andy McFadden · 14 years ago
  43. 85fb8ea Expand the "--dev" mode to cover VM development. by Ben Cheng · 14 years ago
  44. 0b8f90f am 4482a157: am d50993ff: am 6ff6ec6b: Fix dalvik test 084. by Andy McFadden · 14 years ago
  45. 6ff6ec6 Fix dalvik test 084. by Andy McFadden · 14 years ago
  46. 6985d6c am f18a4274: am 6210c50d: am eef67346: Merge "Fix proxy expectation." into honeycomb by Jesse Wilson · 14 years ago
  47. 3970302 Fix proxy expectation. by Jesse Wilson · 14 years ago
  48. 71eee1f Added vm support for new jumbo opcodes. by jeffhao · 14 years ago
  49. 58aeafb Replace dalvik test local mode with new host mode by buzbee · 14 years ago
  50. 7dc44a1 x86-mterp bug fix; support host mode in tests by buzbee · 14 years ago
  51. 3f64a02 Check monitors during bytecode verification by Andy McFadden · 14 years ago
  52. 32fed2d Fix CloseGuard issue in test 087. by Andy McFadden · 14 years ago
  53. bbb4405 Merge "Added a barrier to final field updates." into dalvik-dev by Andy McFadden · 14 years ago
  54. 060f9a6 Added a barrier to final field updates. by Andy McFadden · 14 years ago
  55. 6b1282f Rename dalvik test 084 to 085. by Andy McFadden · 14 years ago
  56. d64f31a Merge "Port the improved 087 test back to test 086." into dalvik-dev by Barry Hayes · 14 years ago
  57. 82b596d Port the improved 087 test back to test 086. by Barry Hayes · 14 years ago
  58. 581fae8 Add a regression test. dvmFreeClassInnards had a defect where it would by Barry Hayes · 14 years ago
  59. fbb80d7 Add a regression test for ClassLoader.loadClass() returning null. by Barry Hayes · 14 years ago
  60. a854f95 resolved conflicts for merge of 4728a4c3 to dalvik-dev by Dan Bornstein · 14 years ago
  61. 792b037 resolved conflicts for merge of de43dd8c to dalvik-dev by Elliott Hughes · 14 years ago
  62. 4728a4c am a0d4e429: am 74826481: Merge "Updated the warning about old-style inner class metadata to reflect the current understanding of the situation." into gingerbread by Dan Bornstein · 14 years ago
  63. 7482648 Merge "Updated the warning about old-style inner class metadata to reflect the current understanding of the situation." into gingerbread by Dan Bornstein · 14 years ago
  64. ec02229 Updated the warning about old-style inner class metadata to reflect by Dan Bornstein · 14 years ago
  65. de43dd8 am 9974cb52: am 6626af93: Merge "Remove the 060-reflection-security test." into gingerbread by Elliott Hughes · 14 years ago
  66. c8d41da Remove the 060-reflection-security test. by Elliott Hughes · 14 years ago
  67. c5b3018 Fix test 059. by Andy McFadden · 14 years ago
  68. 7365493 Remove repeated newlines at the end of files. by Carl Shapiro · 14 years ago
  69. de75089 Remove trailing whitespace. by Carl Shapiro · 14 years ago
  70. fbdcfb9 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  71. 00c7c23 Merge "Fix dalvik/tests/062-character-encodings." into dalvik-dev by Elliott Hughes · 14 years ago
  72. cf764aa Timeout the finalizer throw test if no finalization occurs. by Carl Shapiro · 14 years ago
  73. 5d88337 Fix dalvik/tests/062-character-encodings. by Elliott Hughes · 14 years ago
  74. c58a6bc Added a quick test. by Andy McFadden · 15 years ago
  75. a9bd4b9 Added a class initialization test. by Andy McFadden · 15 years ago
  76. 9a8c665 am 7cd9d693: Merge "Add a JIT unit test for ArrayStoreException in APUT_OBJECT." by Ben Cheng · 15 years ago
  77. 60a6fa0 Add a JIT unit test for ArrayStoreException in APUT_OBJECT. by Ben Cheng · 15 years ago
  78. 5387824 Add instructions for volatile wide fields. by Andy McFadden · 15 years ago
  79. 4bc10cc Support primitive array elements in annotations. by Andy McFadden · 15 years ago
  80. caf1aae Merge change I11aa1bb5 by Android (Google) Code Review · 15 years ago
  81. 11aa1bb Jit: Fix 083-jit-regressions test to omit non-deterministic output by Bill Buzbee · 15 years ago
  82. 33b6266 am 0f6512c7: am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 15 years ago
  83. 2ca00c9 Fix dalvik test 063. by Elliott Hughes · 15 years ago
  84. 2ce8a6c Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing by Bill Buzbee · 15 years ago
  85. 0e60527 Jit: shift bug fix - 2296099 by Bill Buzbee · 15 years ago
  86. ce46c94 Jit: Support for inline-execute/range [issue 2268232] by Bill Buzbee · 15 years ago
  87. f4a4542 Merge change I117408b2 by Android (Google) Code Review · 15 years ago
  88. b5ebe47 Restore support for DEX on FAT. by Andy McFadden · 15 years ago
  89. 4c0dedf Jit: string's compareTo performance improvement. by Bill Buzbee · 15 years ago
  90. 5965d47 Jit: fix for compareTo handler. by Bill Buzbee · 15 years ago
  91. 4902449 Fix for inline string indexof; added regression tests by Bill Buzbee · 15 years ago
  92. 62f1915 Use a binary search for sparse switch statements. by Andy McFadden · 15 years ago
  93. 79d173c Fixed the trace builder to correctly handle excpetion throwing instruction. by Ben Cheng · 15 years ago
  94. 4f48917 Fixed OOM exception handling in JIT'ed code and added a new unit test. by Ben Cheng · 15 years ago
  95. a297c65 Phantom fun. by Andy McFadden · 15 years ago
  96. bcdc1de Updated expected outputs in dalvik benchmarks. Improved debugging output and added spin loop on detection of divergence in self verification tool. by Ben Cheng · 15 years ago
  97. 59a4346 Add inline version of String.indexOf(). by Andy McFadden · 15 years ago
  98. 5315c9f DO NOT MERGE: Fix implementation of Thread.isAlive by Andy McFadden · 15 years ago
  99. 1dd2188 Fix implementation of Thread.isAlive(). by Andy McFadden · 15 years ago
  100. af0e838 Fix reporting of certain verify errors. by Andy McFadden · 15 years ago