1. 32fed2d Fix CloseGuard issue in test 087. by Andy McFadden · 14 years ago
  2. bbb4405 Merge "Added a barrier to final field updates." into dalvik-dev by Andy McFadden · 14 years ago
  3. 060f9a6 Added a barrier to final field updates. by Andy McFadden · 14 years ago
  4. 6b1282f Rename dalvik test 084 to 085. by Andy McFadden · 14 years ago
  5. d64f31a Merge "Port the improved 087 test back to test 086." into dalvik-dev by Barry Hayes · 14 years ago
  6. 82b596d Port the improved 087 test back to test 086. by Barry Hayes · 14 years ago
  7. 581fae8 Add a regression test. dvmFreeClassInnards had a defect where it would by Barry Hayes · 14 years ago
  8. fbb80d7 Add a regression test for ClassLoader.loadClass() returning null. by Barry Hayes · 14 years ago
  9. a854f95 resolved conflicts for merge of 4728a4c3 to dalvik-dev by Dan Bornstein · 14 years ago
  10. 792b037 resolved conflicts for merge of de43dd8c to dalvik-dev by Elliott Hughes · 14 years ago
  11. 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
  12. 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
  13. ec02229 Updated the warning about old-style inner class metadata to reflect by Dan Bornstein · 14 years ago
  14. de43dd8 am 9974cb52: am 6626af93: Merge "Remove the 060-reflection-security test." into gingerbread by Elliott Hughes · 14 years ago
  15. c8d41da Remove the 060-reflection-security test. by Elliott Hughes · 14 years ago
  16. c5b3018 Fix test 059. by Andy McFadden · 14 years ago
  17. 7365493 Remove repeated newlines at the end of files. by Carl Shapiro · 14 years ago
  18. de75089 Remove trailing whitespace. by Carl Shapiro · 14 years ago
  19. fbdcfb9 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  20. 00c7c23 Merge "Fix dalvik/tests/062-character-encodings." into dalvik-dev by Elliott Hughes · 14 years ago
  21. cf764aa Timeout the finalizer throw test if no finalization occurs. by Carl Shapiro · 14 years ago
  22. 5d88337 Fix dalvik/tests/062-character-encodings. by Elliott Hughes · 14 years ago
  23. c58a6bc Added a quick test. by Andy McFadden · 14 years ago
  24. a9bd4b9 Added a class initialization test. by Andy McFadden · 14 years ago
  25. 9a8c665 am 7cd9d693: Merge "Add a JIT unit test for ArrayStoreException in APUT_OBJECT." by Ben Cheng · 15 years ago
  26. 60a6fa0 Add a JIT unit test for ArrayStoreException in APUT_OBJECT. by Ben Cheng · 15 years ago
  27. 5387824 Add instructions for volatile wide fields. by Andy McFadden · 15 years ago
  28. 4bc10cc Support primitive array elements in annotations. by Andy McFadden · 15 years ago
  29. caf1aae Merge change I11aa1bb5 by Android (Google) Code Review · 15 years ago
  30. 11aa1bb Jit: Fix 083-jit-regressions test to omit non-deterministic output by Bill Buzbee · 15 years ago
  31. 33b6266 am 0f6512c7: am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 15 years ago
  32. 2ca00c9 Fix dalvik test 063. by Elliott Hughes · 15 years ago
  33. 2ce8a6c Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing by Bill Buzbee · 15 years ago
  34. 0e60527 Jit: shift bug fix - 2296099 by Bill Buzbee · 15 years ago
  35. ce46c94 Jit: Support for inline-execute/range [issue 2268232] by Bill Buzbee · 15 years ago
  36. f4a4542 Merge change I117408b2 by Android (Google) Code Review · 15 years ago
  37. b5ebe47 Restore support for DEX on FAT. by Andy McFadden · 15 years ago
  38. 4c0dedf Jit: string's compareTo performance improvement. by Bill Buzbee · 15 years ago
  39. 5965d47 Jit: fix for compareTo handler. by Bill Buzbee · 15 years ago
  40. 4902449 Fix for inline string indexof; added regression tests by Bill Buzbee · 15 years ago
  41. 62f1915 Use a binary search for sparse switch statements. by Andy McFadden · 15 years ago
  42. 79d173c Fixed the trace builder to correctly handle excpetion throwing instruction. by Ben Cheng · 15 years ago
  43. 4f48917 Fixed OOM exception handling in JIT'ed code and added a new unit test. by Ben Cheng · 15 years ago
  44. a297c65 Phantom fun. by Andy McFadden · 15 years ago
  45. 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
  46. 59a4346 Add inline version of String.indexOf(). by Andy McFadden · 15 years ago
  47. 5315c9f DO NOT MERGE: Fix implementation of Thread.isAlive by Andy McFadden · 15 years ago
  48. 1dd2188 Fix implementation of Thread.isAlive(). by Andy McFadden · 15 years ago
  49. af0e838 Fix reporting of certain verify errors. by Andy McFadden · 15 years ago
  50. 7f0dadc Add real info. by Andy McFadden · 15 years ago
  51. 38329f5 Improved method invocation performance: 1.5x for virtual and 2.8x for interface. by Ben Cheng · 15 years ago
  52. 87cf731 Inline some java.lang.Math functions. by Andy McFadden · 15 years ago
  53. df933ed Method override tests. by Andy McFadden · 15 years ago
  54. 57ea16e Don't init class during reflection signature scan. by Andy McFadden · 15 years ago
  55. b5f64bc Allow {iput,sput}-boolean on a byte value. by Andy McFadden · 15 years ago
  56. 86c8643 Correct some things in test 068. Add detail to a verification error message. by Andy McFadden · 15 years ago
  57. e7b3094 Another fix for external bug 2711 (over-eager conflicting class rejection). by Andy McFadden · 15 years ago
  58. 686e1e2 Correct handling of certain incompatible class changes. by Andy McFadden · 15 years ago
  59. cab8be0 Fix for external bug 2711, over-eager conflicting class rejection. by Andy McFadden · 15 years ago
  60. b51ea11 Defer reporting of certain verifier failures. by Andy McFadden · 15 years ago
  61. 46989e1 am 8eeeefc: Merge change 891 into donut by Android (Google) Code Review · 15 years ago
  62. dc5ffb8 Corrected behavior of Constructor.newInstance on abstract classes. by Andy McFadden · 15 years ago
  63. d3e5740 Corrected behavior of Constructor.newInstance on abstract classes. by Andy McFadden · 15 years ago
  64. 074afd6 AI 145086: Use process groups to avoid a collision between dexopt and ProcessManager. by Andy McFadden · 15 years ago
  65. a02777e AI 144644: Added a test that smacks the GC around a little. by Andy McFadden · 16 years ago
  66. 09e83b7 AI 144240: Added a test for a bug reported externally (via android-platform). by Andy McFadden · 16 years ago
  67. 7e3f161 Automated import from //branches/master/...@142221,142221 by Andy McFadden · 16 years ago
  68. 49a71d1 Automated import from //branches/master/...@141983,141983 by Andy McFadden · 16 years ago
  69. f6c3871 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. f72d5de auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. bcd637a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  72. 4c1a291 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  73. cc05ad2 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  74. 89c1feb Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  75. 2ad60cf Initial Contribution by The Android Open Source Project · 16 years ago