1. 2e3c3e1 Fix build breakage. by Barry Hayes · 15 years ago
  2. 44eaf24 Merge " Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the memory of freed objects." into dalvik-dev by Barry Hayes · 15 years ago
  3. 863ccbe Merge "HTTP headers should be case-insensitive but case-preserving." into dalvik-dev by Elliott Hughes · 15 years ago
  4. 5cbb230 Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the by Barry Hayes · 15 years ago
  5. b58d61f Merge "Eliminate the heap chunk abstraction. This temporarily breaks the hprof feature that allows stack traces to be associated with objects." into dalvik-dev by Carl Shapiro · 15 years ago
  6. 6343bd0 Eliminate the heap chunk abstraction. This temporarily breaks the by Carl Shapiro · 15 years ago
  7. 9a63351 Merge "Detect system-wide safe mode and configure the VM accordingly." into dalvik-dev by Ben Cheng · 15 years ago
  8. c5285b3 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
  9. b74c23a HTTP headers should be case-insensitive but case-preserving. by Elliott Hughes · 15 years ago
  10. c8220a0 Merge "Densely allocate mspaces. New heaps are started on the page following the break of the previously allocated heap. In addition, we shrink the reported size of the previous object bitmap so it covers only the committed range of the heap. We now separately track the size of the bitmap virtual memory reservation so we may unmap it all at shutdown time." into dalvik-dev by Carl Shapiro · 15 years ago
  11. 668628a Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
  12. 4eb38b7 Fix FindBugs' "high" warnings about java.lang.Class. by Elliott Hughes · 15 years ago
  13. 8d72480 Densely allocate mspaces. New heaps are started on the page following by Carl Shapiro · 15 years ago
  14. 98389d0 Eliminate unused variable warnings in the alloc code. In the places by Carl Shapiro · 15 years ago
  15. dfe5e38 Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev by Elliott Hughes · 15 years ago
  16. 73a54d5 Fix a few of our FindBugs "high" warnings. by Elliott Hughes · 15 years ago
  17. 4cb0102 Merge "Use one method to create a Locale from a String." into dalvik-dev by Elliott Hughes · 15 years ago
  18. 4562a70 Throw IllegalArgumentException if Currency.getInstance is given an invalid currency code. by Elliott Hughes · 15 years ago
  19. 5b11255 Use one method to create a Locale from a String. by Elliott Hughes · 15 years ago
  20. a1f820d Merge "Remove some potential test flakiness." into dalvik-dev by Elliott Hughes · 15 years ago
  21. a6d3b3b Remove some potential test flakiness. by Elliott Hughes · 15 years ago
  22. 7b4781a 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 · 15 years ago
  23. e44b996 Use HAVE_ANDROID_OS to conditionally include files on a device target. by Dan Bornstein · 15 years ago
  24. 8eab1c5 Do not include assert.h in places where it may shadow the definition by Carl Shapiro · 15 years ago
  25. 878e91a Use ashmem to create the JIT code cache. by Ben Cheng · 15 years ago
  26. 4f9be52 Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 15 years ago
  27. 6f60166 Merge "Support per-application switch to execute the VM in safe mode." into dalvik-dev by Ben Cheng · 15 years ago
  28. f40fba7 Jit: Minor codegen tuning. by Bill Buzbee · 15 years ago
  29. 129b7f9 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 · 15 years ago
  30. a199eb7 Allocate a contiguous region of virtual memory to be subdivided among by Carl Shapiro · 15 years ago
  31. 6acc8e9 Added LDMIA/STMIA support to Self Verification mode. by jeffhao · 15 years ago
  32. 77eb0be Support per-application switch to execute the VM in safe mode. by Ben Cheng · 15 years ago
  33. 5e56a3c Added missing break statements and improved debugging in SelfVerification. by jeffhao · 15 years ago
  34. 0c0dcf2 Jit: Phase 1 of register utility cleanup/rewrite - the great renaming by Bill Buzbee · 15 years ago
  35. f0e620d Cleaned up uninitialized variable use warnings in Self Verification mode. by jeffhao · 15 years ago
  36. 7915708 Free the memory associated with the trace descriptor of dropped JIT work orders. by Ben Cheng · 15 years ago
  37. 94e79eb Enable JIT parameters to be initialized in an architecture dependent way. by Ben Cheng · 15 years ago
  38. 5e7bfdf Jit: Startup/Shutdown cleanup by Bill Buzbee · 15 years ago
  39. e92aa41 Jit: Remove references to interpState from C interpreter by Bill Buzbee · 15 years ago
  40. c3d6ff6 Fix a bug I introduced to SimpleTimeZone with my Calendar.setTimeZone fix. by Elliott Hughes · 15 years ago
  41. 55589b8 Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template" into dalvik-dev by Bill Buzbee · 15 years ago
  42. e6af13c JIT: Replace missing ending comment marker MONITOR_ENTER template by Bill Buzbee · 15 years ago
  43. 26079ae Merge "Track upstream fixes to two broken tests." into dalvik-dev by Elliott Hughes · 15 years ago
  44. fccb31d Jit: Start the Jit when framework signals on first screen draw by Bill Buzbee · 15 years ago
  45. c8e06c8 Eliminate the post-zygote heap and reuse the zygote allocation heap by Carl Shapiro · 15 years ago
  46. 8ce4676 Track upstream fixes to two broken tests. by Elliott Hughes · 15 years ago
  47. afec3ea Fix accidental API pollution in java.util.zip. by Elliott Hughes · 15 years ago
  48. 9c1df4f Merge "Fix decoding of filenames in zip files, when read by ZipFile." into dalvik-dev by Elliott Hughes · 15 years ago
  49. d928353 Fix decoding of filenames in zip files, when read by ZipFile. by Elliott Hughes · 15 years ago
  50. 88dc287 Made Self Verification mode's memory interface less intrusive. by jeffhao · 15 years ago
  51. ce8ecd5 Merge "Minimal fix for Calendar.setTimeZone." into dalvik-dev by Elliott Hughes · 15 years ago
  52. fa1cc06 Minimal fix for Calendar.setTimeZone. by Elliott Hughes · 15 years ago
  53. 4463904 Jit: Fix deadlock in method tracing. by Bill Buzbee · 15 years ago
  54. c3b92b2 Fix performance issues related to chaining and unchaining. by Ben Cheng · 15 years ago
  55. c9e63cb Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-dev by Elliott Hughes · 15 years ago
  56. e7ce72b Merge "Jit: Rework monitor enter/exit to simplify thread suspension" into dalvik-dev by Bill Buzbee · 15 years ago
  57. 7ef1a9f Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 15 years ago
  58. e664cc0 Remove a workaround for an openssl bug that's been fixed upstream. by Elliott Hughes · 15 years ago
  59. f5ceaeb Jit: Rework monitor enter/exit to simplify thread suspension by Bill Buzbee · 15 years ago
  60. 4a79c6e Fix two compiler warnings. by Elliott Hughes · 15 years ago
  61. 5043da6 Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it. by Elliott Hughes · 15 years ago
  62. d719e0e Silence "note: the mangling of 'va_list' has changed in GCC 4.4". by Elliott Hughes · 15 years ago
  63. f497cd8 Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 15 years ago
  64. ada4180 A new test suite for our XSLT transforms. by Jesse Wilson · 15 years ago
  65. e4402d9 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 15 years ago
  66. 2e5b43f Merge "Move a test I wrote under our wing." by Elliott Hughes · 15 years ago
  67. 43eb501 Reduce VM shutdown verbosity. by Andy McFadden · 15 years ago
  68. 925531b Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  69. c57f1aa Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  70. 2cd8930 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 15 years ago
  71. 5f96c13 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 15 years ago
  72. 2e64502 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 15 years ago
  73. b8db22f Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 15 years ago
  74. c6688e5 Merge "FindBugs didn't like setInternalField, and neither do I." by Elliott Hughes · 15 years ago
  75. 9c9cb2d Remove @KnownFailure from tests that now pass. by Elliott Hughes · 15 years ago
  76. 497f79f FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 15 years ago
  77. 747b9e5 Merge "Minor clarification." by Andy McFadden · 15 years ago
  78. f20c92f Minor clarification. by Andy McFadden · 15 years ago
  79. 06bb839 Jit: MethodTrace + Jit fix by Bill Buzbee · 15 years ago
  80. cd9f6fb Merge "Bump up the max stack depth." by Andy McFadden · 15 years ago
  81. fb46534 Bump up the max stack depth. by Andy McFadden · 15 years ago
  82. 78b3a69 Merge "Update with froyo change." by Andy McFadden · 15 years ago
  83. c56a551 Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 15 years ago
  84. 6363e0f Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  85. a186475 Merge "Fix warnings in the new XML code." by Elliott Hughes · 15 years ago
  86. 6ceaff1 Fix warnings in the new XML code. by Elliott Hughes · 15 years ago
  87. e1c3cf7 Update with froyo change. by Andy McFadden · 15 years ago
  88. ab99870 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  89. 4ec8405 Fix more harmony tests. by Elliott Hughes · 15 years ago
  90. 64d5daa Merge "Fix all the harmony java.util.Formatter tests." by Elliott Hughes · 15 years ago
  91. ba00878 Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
  92. 779533c Merge "Fixing a critical regression in our SAX parsing." by Jesse Wilson · 15 years ago
  93. 7ad3cb8 Fixing a critical regression in our SAX parsing. by Jesse Wilson · 15 years ago
  94. 0c8f194 Merge "Add support for streaming hprof dumps." by Andy McFadden · 15 years ago
  95. efd3ca6 Merge "Change DalvikRunner to use newly added OptionParser." by Brian Carlstrom · 15 years ago
  96. 4cde18f Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 15 years ago
  97. f4f81e8 Merge "Remove an obsolete assertion." by Carl Shapiro · 15 years ago
  98. a0e83cc Merge "Change NumberFormatTest to match ICU's behavior." by Elliott Hughes · 15 years ago
  99. 277320f Merge "Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down" by Bill Buzbee · 15 years ago
  100. 57dca84 Change NumberFormatTest to match ICU's behavior. by Elliott Hughes · 15 years ago