1. 5ede293 Merge "Test the lock shape before falling into the thin lock code. The original formulation of this code relied on the subtly that the low bit of a thread id is always 1 and so the shape bit was punned with LSB of the thread id. This got us two tests for the price of one. When this code was moved forward to the new lock encoding scheme, we did not crack the test in two. This should correct the oversight." by Carl Shapiro · 16 years ago
  2. ef5b4d3 Test the lock shape before falling into the thin lock code. The by Carl Shapiro · 16 years ago
  3. 81c6614 Merge "Cause dex verification to fail if the class_defs section contains more than one definition for any given class." by Dan Bornstein · 16 years ago
  4. e02aff7 Cause dex verification to fail if the class_defs section contains more by Dan Bornstein · 16 years ago
  5. 9e7e3d2 Merge "Including proper prefixes and qualified names in the Expat parser. Also changing our SAX codepath to always include values for optional parameters." by Jesse Wilson · 16 years ago
  6. 0e23809 Including proper prefixes and qualified names in the Expat parser. by Jesse Wilson · 16 years ago
  7. 07b3592 Restore the lock owner ahead of calling waitSetRemove. by Carl Shapiro · 16 years ago
  8. 5696132 Merge "Move the waitSetAppend subroutine call ahead of clearing the monitor owner. We want waitSetAppend to check the invariant that the monitor must be owned by the calling thread. Clearing the owner field prior to the call breaks this invariant and causes a assertion to fail." by Carl Shapiro · 16 years ago
  9. 142ef27 Move the waitSetAppend subroutine call ahead of clearing the monitor by Carl Shapiro · 16 years ago
  10. 9356cdf Merge "Tighten the safe points for code cache resets to happen." by Ben Cheng · 16 years ago
  11. 7a0bcd0 Tighten the safe points for code cache resets to happen. by Ben Cheng · 16 years ago
  12. 45071dd Fix @link and @see tags. by Elliott Hughes · 16 years ago
  13. cf3f76f Merge "java.util.Formatter javadoc fix." by Elliott Hughes · 16 years ago
  14. 12de347 Merge "Switch our ICU JNI over to C++ and tidy up a little." by Elliott Hughes · 16 years ago
  15. 0c7c39c java.util.Formatter javadoc fix. by Elliott Hughes · 16 years ago
  16. 94a6dc1 Fix java.util.Formatter "%tz". by Elliott Hughes · 16 years ago
  17. 8308801 Merge "Rewrite java.util.Formatter documentation." by Elliott Hughes · 16 years ago
  18. b641e1c Switch our ICU JNI over to C++ and tidy up a little. by Elliott Hughes · 16 years ago
  19. 87fb256 Merge "Update the hash state bits when an identity hash code is computed." by Carl Shapiro · 16 years ago
  20. 612ae25 Rewrite java.util.Formatter documentation. by Elliott Hughes · 16 years ago
  21. 34e6f29 Merge "Adding support for arbitrary VM args in dalvik runner." by Jesse Wilson · 16 years ago
  22. 3a40bd5 Merge "Move VM feature strings (used by DDMS) into VM." by Andy McFadden · 16 years ago
  23. fd52c65 Move VM feature strings (used by DDMS) into VM. by Andy McFadden · 16 years ago
  24. 30aa997 Update the hash state bits when an identity hash code is computed. by Carl Shapiro · 16 years ago
  25. 328fb8b Adding support for arbitrary VM args in dalvik runner. by Jesse Wilson · 16 years ago
  26. 573960f Teaching DalvikRunner to run arbitrary classes with main() methods. by Jesse Wilson · 16 years ago
  27. 63317a2 Merge "Minor tidy-up of some of the ICU interface." by Elliott Hughes · 16 years ago
  28. 6a39394 Revert "Temporarily disable JIT for performance A/B tests." by android-build SharedAccount · 16 years ago
  29. 67bfae4 Minor tidy-up of some of the ICU interface. by Elliott Hughes · 16 years ago
  30. a128eb8 Merge "Temporarily disable JIT for performance A/B tests." by Ben Cheng · 16 years ago
  31. ff5363b Temporarily disable JIT for performance A/B tests. by Ben Cheng · 16 years ago
  32. d651318 Merge "Remove StartCom MD5 root which is no longer in use: - Free SSL Certification Authority" by Nagendra Modadugu · 16 years ago
  33. c7ad50b Remove StartCom MD5 root which is no longer in use: by Nagendra Modadugu · 16 years ago
  34. 7393a17 Improve the DecimalFormat JNI. by Elliott Hughes · 16 years ago
  35. 19c5378 Fix String.format("%d", null) and relatives. by Elliott Hughes · 16 years ago
  36. 2cb386d Merge "More java.util.Formatter performance work." by Elliott Hughes · 16 years ago
  37. 35138e0 More java.util.Formatter performance work. by Elliott Hughes · 16 years ago
  38. 7cc19ca Merge "Remove expired root CAs: - IPS SERVIDORES/emailAddress=ips@mail.ips.es - Secure Server Certification Authority" by Nagendra Modadugu · 16 years ago
  39. 8dc457e Remove expired root CAs: by Nagendra Modadugu · 16 years ago
  40. afe1b35 Merge "Add StartCom CA certificates: - StartCom Certification Authority - StartCom Extended Validation Server CA" by Nagendra Modadugu · 16 years ago
  41. eaccb4b Add StartCom CA certificates: by Nagendra Modadugu · 16 years ago
  42. 153bcff Merge "Add two Verisign Root CA certificates: - VeriSign Class 3 Extended Validation SSL SGC CA - VeriSign Class 3 Public Primary Certification Authority - G5" by Nagendra Modadugu · 16 years ago
  43. bc4a721 Add two Verisign Root CA certificates: by Nagendra Modadugu · 16 years ago
  44. 49ca786 Temporarily disable code cache reset. by Ben Cheng · 16 years ago
  45. 21b02d0 Merge "Eliminate unused variables." by Carl Shapiro · 16 years ago
  46. 19074e4 Eliminate unused variables. by Carl Shapiro · 16 years ago
  47. 9a2905e Merge "Scrubbing some jtreg bugs." by Jesse Wilson · 16 years ago
  48. a00d4a9 Scrubbing some jtreg bugs. by Jesse Wilson · 16 years ago
  49. 4706bab One true way to query "java.net.preferIPv6Addresses". by Elliott Hughes · 16 years ago
  50. db04685 Rewrite InetAddress' DNS cache. by Elliott Hughes · 16 years ago
  51. 5f35a0d Merge "Fix chaining offset mis-calculation for translations w/ large switch statements." by Ben Cheng · 16 years ago
  52. cec26f6 Fix chaining offset mis-calculation for translations w/ large switch statements. by Ben Cheng · 16 years ago
  53. e2036b3 Fix Formatter's behavior with %% and %n. by Elliott Hughes · 16 years ago
  54. 4475820 Merge "Speed up Character." by Elliott Hughes · 16 years ago
  55. 35df53a Fix a NPE in java.util.Formatter. by Ficus Kirkpatrick · 16 years ago
  56. 8f8347d Merge "Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today" by Ben Cheng · 16 years ago
  57. 51ecf60 Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today by Bill Buzbee · 16 years ago
  58. e67f5ec Speed up Character. by Elliott Hughes · 16 years ago
  59. 1eed8cd Merge "Fix Date.toString." by Elliott Hughes · 16 years ago
  60. 8ee76d4 Fix Date.toString. by Elliott Hughes · 16 years ago
  61. 5f8a5fc Merge "Restore threshold to 200 as a temporary workaround" by Bill Buzbee · 16 years ago
  62. 31f10ab Merge "Remove the last bits of the ICU ResourceBundle hack." by Elliott Hughes · 16 years ago
  63. e438a6a Restore threshold to 200 as a temporary workaround by Bill Buzbee · 16 years ago
  64. 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 · 16 years ago
  65. c3334e4 Remove the last bits of the ICU ResourceBundle hack. by Elliott Hughes · 16 years ago
  66. 4bc10cc Support primitive array elements in annotations. by Andy McFadden · 16 years ago
  67. 3a0b192 Merge "Fix a comment." by Elliott Hughes · 16 years ago
  68. 3367245 Integrate call-graph information into JIT method blacklist. by Ben Cheng · 16 years ago
  69. 1b32de7 Merge "Performance tweak for Jit lookup & adjust table sizes for better performance" by Bill Buzbee · 16 years ago
  70. dddc368 Fix a comment. by Elliott Hughes · 16 years ago
  71. d028bd1 Make Formatter %d cost about the same as %s (i.e. 60% faster). by Elliott Hughes · 16 years ago
  72. 9797a23 Performance tweak for Jit lookup & adjust table sizes for better performance by Bill Buzbee · 16 years ago
  73. 083b87c Show DalvikRunner test output even on success when given --verbose. by Elliott Hughes · 16 years ago
  74. c3c072a Merge "Shave another 10%-25% off Formatter." by Elliott Hughes · 16 years ago
  75. 3903adb Merge "Fix for 2367397 - Runtime reset with threshold lowered to 20." by Bill Buzbee · 16 years ago
  76. 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 · 16 years ago
  77. 1f5cd6f Fix for 2367397 - Runtime reset with threshold lowered to 20. by Bill Buzbee · 16 years ago
  78. 7c70b3f Delete remaining FANCY_REFERENCE_SUBCLASS code. According to find and by Carl Shapiro · 16 years ago
  79. 5a6071b Separately sweep the monitor list before sweeping the heap. Required by Carl Shapiro · 16 years ago
  80. d501b0d am 82e86144: am 56176a05: Fix ScannerTest failures. by Brett Chabot · 16 years ago
  81. 82e8614 am 56176a05: Fix ScannerTest failures. by Brett Chabot · 16 years ago
  82. e25b3c2 Shave another 10%-25% off Formatter. by Elliott Hughes · 16 years ago
  83. 56176a0 Fix ScannerTest failures. by Brett Chabot · 16 years ago
  84. 2dcda67 Set peer for new SSLSessionImpl instances. by Elliott Hughes · 16 years ago
  85. bf691cc am eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 16 years ago
  86. eb9ea32 am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 16 years ago
  87. 39b6c52 Merge "Fixing our default HTTP Accept header to be spec-compliant." by Jesse Wilson · 16 years ago
  88. 875da7b Support non-default negative patterns in NumberFormat.getIntegerInstance. by Elliott Hughes · 16 years ago
  89. 3fae4de Merge "Allow DalvikRunner to run tests in core library packages." by Elliott Hughes · 16 years ago
  90. 53a6c01 Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 16 years ago
  91. 7db15e1 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 16 years ago
  92. 854d06e Fixing our default HTTP Accept header to be spec-compliant. by Jesse Wilson · 16 years ago
  93. 5c3b529 Allow DalvikRunner to run tests in core library packages. by Elliott Hughes · 16 years ago
  94. 6df09a0 The SecurityManager doesn't work, so advertise that shouldn't be used. by Jesse Wilson · 16 years ago
  95. a998416 Merge "Fix a typo in "dalvikvm --help" output." by Elliott Hughes · 16 years ago
  96. a8e7dc8 Fix a typo in "dalvikvm --help" output. by Elliott Hughes · 16 years ago
  97. 09037a6 Merge "Tear down the code cache when it is full and restart from scratch." by Ben Cheng · 16 years ago
  98. 60c24f4 Tear down the code cache when it is full and restart from scratch. by Ben Cheng · 16 years ago
  99. cadf50b Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 16 years ago
  100. 5f56e67 Invert a conditional to make it correctly specified. Without this by Carl Shapiro · 16 years ago