1. 8d88b18 Merge "Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All callers of this function assign the return value to an unsigned value even though this function returns -1 in the error case. This causes the error checks to succeed in cases where it should otherwise fail. Rather than return -1 on error, I have elected to return 0 instead which just happens to be compatible with all current uses." by Carl Shapiro · 16 years ago
  2. ddd000b Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All by Carl Shapiro · 16 years ago
  3. f497cd8 Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 16 years ago
  4. ada4180 A new test suite for our XSLT transforms. by Jesse Wilson · 16 years ago
  5. e4402d9 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 16 years ago
  6. 2e5b43f Merge "Move a test I wrote under our wing." by Elliott Hughes · 16 years ago
  7. 43eb501 Reduce VM shutdown verbosity. by Andy McFadden · 16 years ago
  8. 925531b Move a test I wrote under our wing. by Elliott Hughes · 16 years ago
  9. c57f1aa Add a missing "static", found by FindBugs. by Elliott Hughes · 16 years ago
  10. 2cd8930 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 16 years ago
  11. 5f96c13 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 16 years ago
  12. 2e64502 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 16 years ago
  13. b8db22f Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 16 years ago
  14. c6688e5 Merge "FindBugs didn't like setInternalField, and neither do I." by Elliott Hughes · 16 years ago
  15. 9c9cb2d Remove @KnownFailure from tests that now pass. by Elliott Hughes · 16 years ago
  16. 497f79f FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 16 years ago
  17. 747b9e5 Merge "Minor clarification." by Andy McFadden · 16 years ago
  18. f20c92f Minor clarification. by Andy McFadden · 16 years ago
  19. 06bb839 Jit: MethodTrace + Jit fix by Bill Buzbee · 16 years ago
  20. cd9f6fb Merge "Bump up the max stack depth." by Andy McFadden · 16 years ago
  21. fb46534 Bump up the max stack depth. by Andy McFadden · 16 years ago
  22. 78b3a69 Merge "Update with froyo change." by Andy McFadden · 16 years ago
  23. c56a551 Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 16 years ago
  24. 6363e0f Fix varargs warnings in libcore tests. by Elliott Hughes · 16 years ago
  25. a186475 Merge "Fix warnings in the new XML code." by Elliott Hughes · 16 years ago
  26. 6ceaff1 Fix warnings in the new XML code. by Elliott Hughes · 16 years ago
  27. e1c3cf7 Update with froyo change. by Andy McFadden · 16 years ago
  28. ab99870 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 16 years ago
  29. 4ec8405 Fix more harmony tests. by Elliott Hughes · 16 years ago
  30. 64d5daa Merge "Fix all the harmony java.util.Formatter tests." by Elliott Hughes · 16 years ago
  31. ba00878 Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 16 years ago
  32. 779533c Merge "Fixing a critical regression in our SAX parsing." by Jesse Wilson · 16 years ago
  33. 7ad3cb8 Fixing a critical regression in our SAX parsing. by Jesse Wilson · 16 years ago
  34. 0c8f194 Merge "Add support for streaming hprof dumps." by Andy McFadden · 16 years ago
  35. efd3ca6 Merge "Change DalvikRunner to use newly added OptionParser." by Brian Carlstrom · 16 years ago
  36. 4cde18f Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 16 years ago
  37. f4f81e8 Merge "Remove an obsolete assertion." by Carl Shapiro · 16 years ago
  38. a0e83cc Merge "Change NumberFormatTest to match ICU's behavior." by Elliott Hughes · 16 years ago
  39. 277320f Merge "Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down" by Bill Buzbee · 16 years ago
  40. 57dca84 Change NumberFormatTest to match ICU's behavior. by Elliott Hughes · 16 years ago
  41. 94d89f8 Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down by Bill Buzbee · 16 years ago
  42. 6bf992c Add support for streaming hprof dumps. by Andy McFadden · 16 years ago
  43. 387a504 Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 16 years ago
  44. 357b342 Remove an obsolete assertion. by Carl Shapiro · 16 years ago
  45. 601fa04 Fix a Formatter test that I checked in broken. by Elliott Hughes · 16 years ago
  46. 29fb2ca Merge "Use DecimalFormatSymbols' new default constructor for speed." by Elliott Hughes · 16 years ago
  47. 97d22df Merge "Jit: Fix register usage bug (driveabout failure)" by Bill Buzbee · 16 years ago
  48. 2527f5b Jit: Fix register usage bug (driveabout failure) by Bill Buzbee · 16 years ago
  49. b7df12f Use DecimalFormatSymbols' new default constructor for speed. by Elliott Hughes · 16 years ago
  50. a97ed13 Follow the coding style to rename startJITCompilation to startJitCompilation. by Ben Cheng · 16 years ago
  51. a05bfaa Merge "Fix a couple minor bugs (bug 2404859) in TraceDump.c" by Jack Veenstra · 16 years ago
  52. 7eed808 Fix an off-by-one error when releasing thread ids. This is the result by Carl Shapiro · 16 years ago
  53. 44828ed Fix a couple minor bugs (bug 2404859) in TraceDump.c by Jack Veenstra · 16 years ago
  54. d08a265 Merge "Add a callback for the framework to explicitly enable the JIT compiler." by Ben Cheng · 16 years ago
  55. 6bad6a2 Add a callback for the framework to explicitly enable the JIT compiler. by Ben Cheng · 16 years ago
  56. f42eb6b Merge "Added support for filter in dmtracedump tool, along with some test cases." by Jack Veenstra · 16 years ago
  57. 3fb2142 Merge "Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException." by Elliott Hughes · 16 years ago
  58. 911c75d Merge "Removing duplicate classes from our tests. These are obsolete with our DOMv3 support." by Jesse Wilson · 16 years ago
  59. 5e66e98 Merge "Jit: Rework delayed start plus misc. cleanup" by Bill Buzbee · 16 years ago
  60. 7f4a5ec Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 16 years ago
  61. 964a7b0 Jit: Rework delayed start plus misc. cleanup by Bill Buzbee · 16 years ago
  62. 81e8435 Merge "Double the speed of DecimalFormat creation." by Elliott Hughes · 16 years ago
  63. caaa829 Merge "Sneak a method-find feature into dexlist." by Andy McFadden · 16 years ago
  64. e0a1888 Fix broken build. by Ben Cheng · 16 years ago
  65. 7cbf8b4 Sneak a method-find feature into dexlist. by Andy McFadden · 16 years ago
  66. 05b0b08 Merge "Added note about NewStringUTF." by Andy McFadden · 16 years ago
  67. 7e7a332 Added note about NewStringUTF. by Andy McFadden · 16 years ago
  68. 7543381 Merge "Add a poor-man's disassembler to inspect crashes in JIT'ed code." by Ben Cheng · 16 years ago
  69. c919ca5 Add a poor-man's disassembler to inspect crashes in JIT'ed code. by Ben Cheng · 16 years ago
  70. 61da38c Double the speed of DecimalFormat creation. by Elliott Hughes · 16 years ago
  71. d870f00 Merge "Removing dead code from our copy of Xalan." by Jesse Wilson · 16 years ago
  72. 7eb34cd Removing duplicate classes from our tests. These are obsolete with our DOMv3 support. by Jesse Wilson · 16 years ago
  73. 8684a85 Merge "Add streaming method profiling support." by Andy McFadden · 16 years ago
  74. 0b4ea6c Removing dead code from our copy of Xalan. by Jesse Wilson · 16 years ago
  75. 4e49205 Merge "Bring our XML APIs up to date with Java 5." by Jesse Wilson · 16 years ago
  76. 098d716 am ffea5ceb: am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair by Brett Chabot · 16 years ago
  77. 4c7a0d9 Bring our XML APIs up to date with Java 5. by Jesse Wilson · 16 years ago
  78. ec4194a am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object by Brett Chabot · 16 years ago
  79. ef05746 Remove commented-out code. by Elliott Hughes · 16 years ago
  80. d39f8ea Merge "Fix NumberFormat's behavior with BigInteger and custom Number subclasses." by Elliott Hughes · 16 years ago
  81. fc7f3e4 Fix NumberFormat's behavior with BigInteger and custom Number subclasses. by Elliott Hughes · 16 years ago
  82. e0757f4 Merge "Spelling fixes" by Brian Carlstrom · 16 years ago
  83. c2bca6b Merge "Jit: Fix INSTANCE_OF corner case." by Bill Buzbee · 16 years ago
  84. 480e678 Jit: Fix INSTANCE_OF corner case. by Bill Buzbee · 16 years ago
  85. 0171812 Add streaming method profiling support. by Andy McFadden · 16 years ago
  86. 536a964 Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion. by Elliott Hughes · 16 years ago
  87. 17c4196 Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat. by Elliott Hughes · 16 years ago
  88. c86892d Add a java.util.Formatter test suggested by egnor months ago. by Elliott Hughes · 16 years ago
  89. 446c1a1 Merge "Add a cache to Currency.getInstance(Locale)." by Elliott Hughes · 16 years ago
  90. d2c8d86 Merge "Eliminate the constraint that thread ids must have an LSB of 1. This doubles the space of thread ids and will break any code that assumes thread ids are odd numbered." by Carl Shapiro · 16 years ago
  91. 5dc6e69 Spelling fixes by Brian Carlstrom · 16 years ago
  92. 771f312 Add a cache to Currency.getInstance(Locale). by Elliott Hughes · 16 years ago
  93. bdca5d6 Merge "Simplify our DecimalFormat." by Elliott Hughes · 16 years ago
  94. 59a9312 Eliminate the constraint that thread ids must have an LSB of 1. This by Carl Shapiro · 16 years ago
  95. 56c096f Merge "Fix spelling of explicitly" by Jesse Wilson · 16 years ago
  96. 2dd38a7 Fix spelling of explicitly by Jesse Wilson · 16 years ago
  97. eb5822b Simplify our DecimalFormat. by Elliott Hughes · 16 years ago
  98. 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
  99. ef5b4d3 Test the lock shape before falling into the thin lock code. The by Carl Shapiro · 16 years ago
  100. 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