1. deacd76 Fix a few of our FindBugs "high" warnings. by Elliott Hughes · 14 years ago
  2. b0e5963 Throw IllegalArgumentException if Currency.getInstance is given an invalid currency code. by Elliott Hughes · 14 years ago
  3. 4b7692c Merge "Remove some potential test flakiness." into dalvik-dev by Elliott Hughes · 14 years ago
  4. 6461d8f Remove some potential test flakiness. by Elliott Hughes · 14 years ago
  5. e3b632a Merge "Do not include assert.h in places where it may shadow the definition provided by Common.h if WITH_DALVIK_ASSERTS is defined. The include from HeapBitmap.h was notable as it redefined the Dalvik friendly assert macro with the useless libc macro across all of the GC sources." into dalvik-dev by Carl Shapiro · 14 years ago
  6. b1268c6 Use HAVE_ANDROID_OS to conditionally include files on a device target. by Dan Bornstein · 14 years ago
  7. 81f3bf9 Do not include assert.h in places where it may shadow the definition by Carl Shapiro · 14 years ago
  8. 4b7d117 Use ashmem to create the JIT code cache. by Ben Cheng · 14 years ago
  9. d1f6dd0 Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 14 years ago
  10. 2d0dc3d Merge "Support per-application switch to execute the VM in safe mode." into dalvik-dev by Ben Cheng · 14 years ago
  11. 278317f Jit: Minor codegen tuning. by Bill Buzbee · 14 years ago
  12. 1e597f1 Merge "Allocate a contiguous region of virtual memory to be subdivided among the various heaps managed by the garbage collector. Because we cannot tell how far the break has been advanced by morecore, we over allocate virtual memory and grain each heap on a multiple of the maximum heap size. If we could reckon the position of the break, we could allocate just as many pages as required. This requires exporting more state from mspace.c, a refinement I will reserve for a future change list." into dalvik-dev by Carl Shapiro · 14 years ago
  13. 11a371f Allocate a contiguous region of virtual memory to be subdivided among by Carl Shapiro · 14 years ago
  14. c269b5d Added LDMIA/STMIA support to Self Verification mode. by jeffhao · 14 years ago
  15. 83fb59f Support per-application switch to execute the VM in safe mode. by Ben Cheng · 14 years ago
  16. c0c8654 Added missing break statements and improved debugging in SelfVerification. by jeffhao · 14 years ago
  17. 8014fe2 Jit: Phase 1 of register utility cleanup/rewrite - the great renaming by Bill Buzbee · 14 years ago
  18. 7803aef Cleaned up uninitialized variable use warnings in Self Verification mode. by jeffhao · 15 years ago
  19. a54e0f0 Free the memory associated with the trace descriptor of dropped JIT work orders. by Ben Cheng · 14 years ago
  20. 9015414 Enable JIT parameters to be initialized in an architecture dependent way. by Ben Cheng · 15 years ago
  21. ebe6d06 Jit: Startup/Shutdown cleanup by Bill Buzbee · 14 years ago
  22. 1df0977 Jit: Remove references to interpState from C interpreter by Bill Buzbee · 14 years ago
  23. 18aa2ce Fix a bug I introduced to SimpleTimeZone with my Calendar.setTimeZone fix. by Elliott Hughes · 15 years ago
  24. dd8f7b3 Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template" into dalvik-dev by Bill Buzbee · 15 years ago
  25. 677d5db JIT: Replace missing ending comment marker MONITOR_ENTER template by Bill Buzbee · 15 years ago
  26. 2bfb804 Merge "Track upstream fixes to two broken tests." into dalvik-dev by Elliott Hughes · 15 years ago
  27. 0c08cd4 Jit: Start the Jit when framework signals on first screen draw by Bill Buzbee · 15 years ago
  28. 24a9c76 Eliminate the post-zygote heap and reuse the zygote allocation heap by Carl Shapiro · 15 years ago
  29. 40fbee4 Track upstream fixes to two broken tests. by Elliott Hughes · 15 years ago
  30. 1d8bb71 Fix accidental API pollution in java.util.zip. by Elliott Hughes · 15 years ago
  31. f1de809 Merge "Fix decoding of filenames in zip files, when read by ZipFile." into dalvik-dev by Elliott Hughes · 15 years ago
  32. 6bd7768 Fix decoding of filenames in zip files, when read by ZipFile. by Elliott Hughes · 15 years ago
  33. 55a1883 Made Self Verification mode's memory interface less intrusive. by jeffhao · 15 years ago
  34. d1ad0f9 Merge "Minimal fix for Calendar.setTimeZone." into dalvik-dev by Elliott Hughes · 15 years ago
  35. 69bcb48 Minimal fix for Calendar.setTimeZone. by Elliott Hughes · 15 years ago
  36. 25b11b7 Jit: Fix deadlock in method tracing. by Bill Buzbee · 15 years ago
  37. 3c076cb Fix performance issues related to chaining and unchaining. by Ben Cheng · 15 years ago
  38. ebab0fc Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-dev by Elliott Hughes · 15 years ago
  39. 3cfeafd Merge "Jit: Rework monitor enter/exit to simplify thread suspension" into dalvik-dev by Bill Buzbee · 15 years ago
  40. 307a6a0 Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 15 years ago
  41. 13d47bd Remove a workaround for an openssl bug that's been fixed upstream. by Elliott Hughes · 15 years ago
  42. 34213de Jit: Rework monitor enter/exit to simplify thread suspension by Bill Buzbee · 15 years ago
  43. 0a807e5 Fix two compiler warnings. by Elliott Hughes · 15 years ago
  44. 4d4ca58 Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it. by Elliott Hughes · 15 years ago
  45. 64f2ba4 Silence "note: the mangling of 'va_list' has changed in GCC 4.4". by Elliott Hughes · 15 years ago
  46. 326600b Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 15 years ago
  47. 23290a0 A new test suite for our XSLT transforms. by Jesse Wilson · 15 years ago
  48. c369827 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 15 years ago
  49. b472828 Merge "Move a test I wrote under our wing." by Elliott Hughes · 15 years ago
  50. fda79b8 Reduce VM shutdown verbosity. by Andy McFadden · 15 years ago
  51. b290f52 Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  52. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  53. b463088 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 15 years ago
  54. 5c2b841 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 15 years ago
  55. 5b31804 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 15 years ago
  56. a6dc264 Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 15 years ago
  57. 3223532 Merge "FindBugs didn't like setInternalField, and neither do I." by Elliott Hughes · 15 years ago
  58. c7f73a8 Remove @KnownFailure from tests that now pass. by Elliott Hughes · 15 years ago
  59. 186ae3b FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 15 years ago
  60. f6d9e0d Merge "Minor clarification." by Andy McFadden · 15 years ago
  61. 5cd1ebd Minor clarification. by Andy McFadden · 15 years ago
  62. 89fb193 Jit: MethodTrace + Jit fix by Bill Buzbee · 15 years ago
  63. 1fe4867 Merge "Bump up the max stack depth." by Andy McFadden · 15 years ago
  64. 64c97a3 Bump up the max stack depth. by Andy McFadden · 15 years ago
  65. fb17f94 Merge "Update with froyo change." by Andy McFadden · 15 years ago
  66. 5d7592f Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 15 years ago
  67. 80279e2 Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  68. 8285dc8 Merge "Fix warnings in the new XML code." by Elliott Hughes · 15 years ago
  69. 52c57a8 Fix warnings in the new XML code. by Elliott Hughes · 15 years ago
  70. e0210f5 Update with froyo change. by Andy McFadden · 15 years ago
  71. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  72. ddc3540 Fix more harmony tests. by Elliott Hughes · 15 years ago
  73. 64de03a Merge "Fix all the harmony java.util.Formatter tests." by Elliott Hughes · 15 years ago
  74. fc8bb3a Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
  75. 62682b8 Merge "Fixing a critical regression in our SAX parsing." by Jesse Wilson · 15 years ago
  76. a144051 Fixing a critical regression in our SAX parsing. by Jesse Wilson · 15 years ago
  77. d8178ce Merge "Add support for streaming hprof dumps." by Andy McFadden · 15 years ago
  78. b7e05cd Merge "Change DalvikRunner to use newly added OptionParser." by Brian Carlstrom · 15 years ago
  79. 926f5df Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 15 years ago
  80. fdbdb84 Merge "Remove an obsolete assertion." by Carl Shapiro · 15 years ago
  81. 1b4b70d Merge "Change NumberFormatTest to match ICU's behavior." by Elliott Hughes · 15 years ago
  82. d45833e Merge "Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down" by Bill Buzbee · 15 years ago
  83. 0b89591 Change NumberFormatTest to match ICU's behavior. by Elliott Hughes · 15 years ago
  84. 4e1e416 Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down by Bill Buzbee · 15 years ago
  85. 21fc59c Add support for streaming hprof dumps. by Andy McFadden · 15 years ago
  86. f8ba29b Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 15 years ago
  87. 56ad9e8 Remove an obsolete assertion. by Carl Shapiro · 15 years ago
  88. 4a3e29d Fix a Formatter test that I checked in broken. by Elliott Hughes · 15 years ago
  89. 7c6f6f9 Merge "Use DecimalFormatSymbols' new default constructor for speed." by Elliott Hughes · 15 years ago
  90. 31d6794 Merge "Jit: Fix register usage bug (driveabout failure)" by Bill Buzbee · 15 years ago
  91. b395868 Jit: Fix register usage bug (driveabout failure) by Bill Buzbee · 15 years ago
  92. 5d593ea Use DecimalFormatSymbols' new default constructor for speed. by Elliott Hughes · 15 years ago
  93. 5a7d0bc Follow the coding style to rename startJITCompilation to startJitCompilation. by Ben Cheng · 15 years ago
  94. e5561d4 Merge "Fix a couple minor bugs (bug 2404859) in TraceDump.c" by Jack Veenstra · 15 years ago
  95. 85fca9c Fix an off-by-one error when releasing thread ids. This is the result by Carl Shapiro · 15 years ago
  96. 253a5c6 Fix a couple minor bugs (bug 2404859) in TraceDump.c by Jack Veenstra · 15 years ago
  97. 8d6e7ac Merge "Add a callback for the framework to explicitly enable the JIT compiler." by Ben Cheng · 15 years ago
  98. 4326376 Add a callback for the framework to explicitly enable the JIT compiler. by Ben Cheng · 15 years ago
  99. 9afa407 Merge "Added support for filter in dmtracedump tool, along with some test cases." by Jack Veenstra · 15 years ago
  100. be815a2 Merge "Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException." by Elliott Hughes · 15 years ago