1. e2036b3 Fix Formatter's behavior with %% and %n. by Elliott Hughes · 15 years ago
  2. 4475820 Merge "Speed up Character." by Elliott Hughes · 15 years ago
  3. 35df53a Fix a NPE in java.util.Formatter. by Ficus Kirkpatrick · 15 years ago
  4. 8f8347d Merge "Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today" by Ben Cheng · 15 years ago
  5. 51ecf60 Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today by Bill Buzbee · 15 years ago
  6. e67f5ec Speed up Character. by Elliott Hughes · 15 years ago
  7. 1eed8cd Merge "Fix Date.toString." by Elliott Hughes · 15 years ago
  8. 8ee76d4 Fix Date.toString. by Elliott Hughes · 15 years ago
  9. 5f8a5fc Merge "Restore threshold to 200 as a temporary workaround" by Bill Buzbee · 15 years ago
  10. 31f10ab Merge "Remove the last bits of the ICU ResourceBundle hack." by Elliott Hughes · 15 years ago
  11. e438a6a Restore threshold to 200 as a temporary workaround by Bill Buzbee · 15 years ago
  12. e4c24e9 Merge "Separately sweep the monitor list before sweeping the heap. Required for the copying collector so we can abandon objects without examining their headers. There is a liminal reduction in sweep time when using the non-moving collector. In addition, this change uncomments a call to free to reclaim the monitor when its owning object is unmarked." by Carl Shapiro · 15 years ago
  13. c3334e4 Remove the last bits of the ICU ResourceBundle hack. by Elliott Hughes · 15 years ago
  14. 4bc10cc Support primitive array elements in annotations. by Andy McFadden · 15 years ago
  15. 3a0b192 Merge "Fix a comment." by Elliott Hughes · 15 years ago
  16. 3367245 Integrate call-graph information into JIT method blacklist. by Ben Cheng · 15 years ago
  17. 1b32de7 Merge "Performance tweak for Jit lookup & adjust table sizes for better performance" by Bill Buzbee · 15 years ago
  18. dddc368 Fix a comment. by Elliott Hughes · 15 years ago
  19. d028bd1 Make Formatter %d cost about the same as %s (i.e. 60% faster). by Elliott Hughes · 15 years ago
  20. 9797a23 Performance tweak for Jit lookup & adjust table sizes for better performance by Bill Buzbee · 15 years ago
  21. 083b87c Show DalvikRunner test output even on success when given --verbose. by Elliott Hughes · 15 years ago
  22. c3c072a Merge "Shave another 10%-25% off Formatter." by Elliott Hughes · 15 years ago
  23. 3903adb Merge "Fix for 2367397 - Runtime reset with threshold lowered to 20." by Bill Buzbee · 15 years ago
  24. 0d05a71 Merge "Delete remaining FANCY_REFERENCE_SUBCLASS code. According to find and grep, this is the last use of that macro in Dalvik." by Carl Shapiro · 15 years ago
  25. 1f5cd6f Fix for 2367397 - Runtime reset with threshold lowered to 20. by Bill Buzbee · 15 years ago
  26. 7c70b3f Delete remaining FANCY_REFERENCE_SUBCLASS code. According to find and by Carl Shapiro · 15 years ago
  27. 5a6071b Separately sweep the monitor list before sweeping the heap. Required by Carl Shapiro · 15 years ago
  28. d501b0d am 82e86144: am 56176a05: Fix ScannerTest failures. by Brett Chabot · 15 years ago
  29. 82e8614 am 56176a05: Fix ScannerTest failures. by Brett Chabot · 15 years ago
  30. e25b3c2 Shave another 10%-25% off Formatter. by Elliott Hughes · 15 years ago
  31. 56176a0 Fix ScannerTest failures. by Brett Chabot · 15 years ago
  32. 2dcda67 Set peer for new SSLSessionImpl instances. by Elliott Hughes · 15 years ago
  33. bf691cc am eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 15 years ago
  34. eb9ea32 am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 15 years ago
  35. 39b6c52 Merge "Fixing our default HTTP Accept header to be spec-compliant." by Jesse Wilson · 15 years ago
  36. 875da7b Support non-default negative patterns in NumberFormat.getIntegerInstance. by Elliott Hughes · 15 years ago
  37. 3fae4de Merge "Allow DalvikRunner to run tests in core library packages." by Elliott Hughes · 15 years ago
  38. 53a6c01 Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 15 years ago
  39. 7db15e1 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  40. 854d06e Fixing our default HTTP Accept header to be spec-compliant. by Jesse Wilson · 15 years ago
  41. 5c3b529 Allow DalvikRunner to run tests in core library packages. by Elliott Hughes · 15 years ago
  42. 6df09a0 The SecurityManager doesn't work, so advertise that shouldn't be used. by Jesse Wilson · 15 years ago
  43. a998416 Merge "Fix a typo in "dalvikvm --help" output." by Elliott Hughes · 15 years ago
  44. a8e7dc8 Fix a typo in "dalvikvm --help" output. by Elliott Hughes · 15 years ago
  45. 09037a6 Merge "Tear down the code cache when it is full and restart from scratch." by Ben Cheng · 15 years ago
  46. 60c24f4 Tear down the code cache when it is full and restart from scratch. by Ben Cheng · 15 years ago
  47. cadf50b Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 15 years ago
  48. 5f56e67 Invert a conditional to make it correctly specified. Without this by Carl Shapiro · 15 years ago
  49. c9bb8b9 Last bunch of NumberFormat speedups. by Elliott Hughes · 15 years ago
  50. 81315cc Merge "Remove references to the old wait implementation in various comments. Also, move the waitMutex above the values it guards to improve the readability of the Thread structure." by Carl Shapiro · 15 years ago
  51. e018985 Fix a broken test. by Elliott Hughes · 15 years ago
  52. f6089c1 Merge "Speed up DecimalFormatSymbols." by Elliott Hughes · 15 years ago
  53. b453919 Remove references to the old wait implementation in various comments. by Carl Shapiro · 15 years ago
  54. 32881d7 Speed up DecimalFormatSymbols. by Elliott Hughes · 15 years ago
  55. a031dd3 Merge "Remove the case where we make it hard to tell that a GC takes a long time." by Barry Hayes · 15 years ago
  56. 3136413 Remove the case where we make it hard to tell that a GC takes a long time. by Barry Hayes · 15 years ago
  57. 3a68495 Merge "New implementation of wait, notify, and notifyAll. Uses an explicit queue to represent the wait set instead of the implicit queue within the monitor condition variable." by Carl Shapiro · 15 years ago
  58. 17fba1e Merge "Percolate the reason for a GC up far enough to print out in logging messages." by Barry Hayes · 15 years ago
  59. 1b9b4e4 Percolate the reason for a GC up far enough to print out in logging messages. by Barry Hayes · 15 years ago
  60. 77f52eb New implementation of wait, notify, and notifyAll. Uses an explicit by Carl Shapiro · 15 years ago
  61. cfb66e8 Fix build (accidental API leak). by Elliott Hughes · 15 years ago
  62. 91271be Merge "Stop using ResourceBundle for locale data." by Elliott Hughes · 15 years ago
  63. e3c868c Stop using ResourceBundle for locale data. by Elliott Hughes · 15 years ago
  64. 15812f1 I did not reconcile my change to remove the Lock structure from Object by Carl Shapiro · 15 years ago
  65. 8d7f9b2 Supersede the Lock union type with a word-sized integer in the object by Carl Shapiro · 15 years ago
  66. 4ef41b2 Merge change I71938023 by Android (Google) Code Review · 15 years ago
  67. 2c02ed1 Merge change Ic4433c3d by Android (Google) Code Review · 15 years ago
  68. d0937ef Jit: Update monitor lock/unlock to reflect thinlock changes (I34b20f49) by Bill Buzbee · 15 years ago
  69. a1eeebe Merge change I47ec52f4 by Android (Google) Code Review · 15 years ago
  70. 3129abf am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 15 years ago
  71. d3b0645 am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 15 years ago
  72. 6cdbef5 Merge change I1d9b205f into eclair by Android (Google) Code Review · 15 years ago
  73. 7193802 Assert that the incoming thread and monitor objects are not NULL. The by Carl Shapiro · 15 years ago
  74. 8ba0b9b Skip locale dependent libcore tests if required locales are not present. by Brett Chabot · 15 years ago
  75. 6930a11 The FANCY_REFERENCE_SUBCLASS code is based on a misconception of what the VM by Barry Hayes · 15 years ago
  76. 6d76eb5 Merge change I23ada0f9 by Android (Google) Code Review · 15 years ago
  77. fe91bce Merge change I06f254ec by Android (Google) Code Review · 15 years ago
  78. 686f4ce Merge change I72a49a6f by Android (Google) Code Review · 15 years ago
  79. 7bbb9ce Initialize the arg variables to avoid an uninitialized use compiler by Carl Shapiro · 15 years ago
  80. 23ada0f More ICU cleanup. by Elliott Hughes · 15 years ago
  81. 576c788 Merge change I88786692 by Android (Google) Code Review · 15 years ago
  82. f94f1ec Merge change I8cf2b8be by Android (Google) Code Review · 15 years ago
  83. 77be50c Merge change I6f22b22e by Android (Google) Code Review · 15 years ago
  84. 8cf2b8b Remove dead code from the garbage collector. A previous commit by Carl Shapiro · 15 years ago
  85. c01ed7a Fixing BigDecimal.stripLeadingZeroes on "0e100", as discovered by jtreg. by Jesse Wilson · 15 years ago
  86. bc64d78 Remove conditionally compiled code for monitor-only locks. by Carl Shapiro · 15 years ago
  87. d195554 Fix leaks in ICU JNI. by Elliott Hughes · 15 years ago
  88. dc2e882 Merge change I34b20f49 by Android (Google) Code Review · 15 years ago
  89. 94338aa Repurpose bits 1 and 2 of the lockword for encoding the hash state of by Carl Shapiro · 15 years ago
  90. e166582 Merge change Iaa2af1ad by Android (Google) Code Review · 15 years ago
  91. cb1732a Speed up the way we access ICU's locale data. by Elliott Hughes · 15 years ago
  92. 91ed4f8 resolved conflicts for merge of 4923840c to master by Scott Main · 15 years ago
  93. 4923840 resolved conflicts for merge of ed7b1e77 to eclair-plus-aosp by Scott Main · 15 years ago
  94. ed7b1e7 Merge change I0ffa1dd4 into eclair by Android (Google) Code Review · 15 years ago
  95. 0ffa1dd doc change: fix a broken link in class summary by Scott Main · 15 years ago
  96. a5412be More expectations for our test runs by Jesse Wilson · 15 years ago
  97. 55be805 Fixing the XML emitter to honor the expectations file. by Jesse Wilson · 15 years ago
  98. b78a6ce Fix CurrencyTest's expectation for CAD in fr_FR. by Elliott Hughes · 15 years ago
  99. aabd077 Merge change Ic3780383 by Android (Google) Code Review · 15 years ago
  100. 29c3f75 Fixing a busted regex in the expectations file. Also doing regex checking upfront. by Jesse Wilson · 15 years ago