1. 1efdf68 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 16 years ago
  2. dbd28bb Adding some debugging to help figure out why our tests aren't completing. by Jesse Wilson · 16 years ago
  3. d092359 Merge change I24ac537c by Android (Google) Code Review · 16 years ago
  4. 24ac537 Move VFP register save/restore routines from template to codegen. by Ben Cheng · 16 years ago
  5. 9537a12 Merge change Id6bd7c81 by Android (Google) Code Review · 16 years ago
  6. 9ad626d Making helper threads daemons in the jtreg runner. by Jesse Wilson · 16 years ago
  7. 0b08961 Merge change Iadae8af9 by Android (Google) Code Review · 16 years ago
  8. adae8af Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 16 years ago
  9. 1a9530e Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 16 years ago
  10. 3a11a1b Fix our test runner to look inside source files for package declarations. by Elliott Hughes · 16 years ago
  11. 45594ac Fix dalvik_jtreg build. by Elliott Hughes · 16 years ago
  12. d80ecb4 Merge change I326caaa3 by Android (Google) Code Review · 16 years ago
  13. 50b6d1a Fix our SSLSession implementations to call valueUnbound on remove. by Elliott Hughes · 16 years ago
  14. 84ef982 Merge change Id2be5eb7 by Android (Google) Code Review · 16 years ago
  15. d1f2515 am 61fdb24e: (-s ours) am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 16 years ago
  16. d2be5eb Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 16 years ago
  17. 9c9a7be Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. by Elliott Hughes · 16 years ago
  18. 61fdb24 am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 16 years ago
  19. c79b8cb Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 16 years ago
  20. 173411f Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 16 years ago
  21. 519b145 Merge change I1d96b51e by Android (Google) Code Review · 16 years ago
  22. 9cd89df Merge change Icf57d5da by Android (Google) Code Review · 16 years ago
  23. 6579c1e Merge change Ie84afdff by Android (Google) Code Review · 16 years ago
  24. b272140 Merge branch 'logging_888752' into logging_dalvik by Jesse Wilson · 16 years ago
  25. c6e64ea Don't assume debugger wants all exceptions. by Andy McFadden · 16 years ago
  26. caf1aae Merge change I11aa1bb5 by Android (Google) Code Review · 16 years ago
  27. 11aa1bb Jit: Fix 083-jit-regressions test to omit non-deterministic output by Bill Buzbee · 16 years ago
  28. d520ebd Merge change I4c691d1a by Android (Google) Code Review · 16 years ago
  29. ab0fccc Merge change I909ce240 by Android (Google) Code Review · 16 years ago
  30. 2286eb0 Support running caliper with the jtreg runner. This is an early first look; by Jesse Wilson · 16 years ago
  31. 909ce24 Iterate in JNI thread exit check. by Andy McFadden · 16 years ago
  32. 4c691d1 Minor CheckJNI tweak. by Andy McFadden · 16 years ago
  33. 2692bae am 2859440d: am c51439a5: Fix a bug where, in static synchronized methods that had no other uses of registers (no locals, no parameters, no method calls with arguments), v0 would be used both to hold the object being synchronized on and to hold a caught exception. by Dan Bornstein · 16 years ago
  34. 2859440 am c51439a5: Fix a bug where, in static synchronized methods that had no other uses of registers (no locals, no parameters, no method calls with arguments), v0 would be used both to hold the object being synchronized on and to hold a caught exception. by Dan Bornstein · 16 years ago
  35. 1f765be Merge change I9388fbfd by Android (Google) Code Review · 16 years ago
  36. 32177d7 More java.io.File cleanup. by Elliott Hughes · 16 years ago
  37. bafb3e0 am 78199efa: am 39c5899d: Preflight cleanup of Ropper.java for style, whitespace, etc., before doing some more drastic modifications. Also, bumped up the version number, rather than making changes first and then forgetting that important detail. by Dan Bornstein · 16 years ago
  38. c51439a Fix a bug where, in static synchronized methods that had no other uses by Dan Bornstein · 16 years ago
  39. 78199ef am 39c5899d: Preflight cleanup of Ropper.java for style, whitespace, etc., before doing some more drastic modifications. Also, bumped up the version number, rather than making changes first and then forgetting that important detail. by Dan Bornstein · 16 years ago
  40. 39c5899 Preflight cleanup of Ropper.java for style, whitespace, etc., before doing by Dan Bornstein · 16 years ago
  41. d149748 The disabled code was too late to make eclair, and there were some by Barry Hayes · 16 years ago
  42. fcccb3b Remove arrayClass from ClassObject. It seems to get only dozens of hits in by Barry Hayes · 16 years ago
  43. e8c9133 Merge change I5f6d073a by Android (Google) Code Review · 16 years ago
  44. 342806d Jit: Save/restore callee-save floating point registers at interpreter entry/exit by Bill Buzbee · 16 years ago
  45. 0f28b23 am b2c70f2c: (-s ours) am 4d9f9384: DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 16 years ago
  46. 33b6266 am 0f6512c7: am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 16 years ago
  47. 1d96b51 Merge branch 'archive_888752' into archive_dalvik by Jesse Wilson · 16 years ago
  48. 544e7be Implement DTDHandler support for ExpatParser. by Elliott Hughes · 16 years ago
  49. b2c70f2 am 4d9f9384: DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 16 years ago
  50. 0f6512c am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 16 years ago
  51. c047c11 Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 16 years ago
  52. 4d9f938 DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 16 years ago
  53. f0e054b Merge change I7bdddfb1 by Android (Google) Code Review · 16 years ago
  54. 5b8be58 Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 16 years ago
  55. d43896a am 66cbe5b1: am bf1bb914: am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. by Dan Bornstein · 16 years ago
  56. 081cb85 Fix build. by Elliott Hughes · 16 years ago
  57. 5b54904 Merge change I8cdf9790 by Android (Google) Code Review · 16 years ago
  58. 8cdf979 Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 16 years ago
  59. 11862da Merge change Id40223ec by Android (Google) Code Review · 16 years ago
  60. 3f77d01 Merge change I2ca00c90 into eclair-mr2 by Android (Google) Code Review · 16 years ago
  61. 2ca00c9 Fix dalvik test 063. by Elliott Hughes · 16 years ago
  62. 66cbe5b am bf1bb914: am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. by Dan Bornstein · 16 years ago
  63. 774dd6c am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. by Dan Bornstein · 16 years ago
  64. bf1bb91 am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. by Dan Bornstein · 16 years ago
  65. 4a888b0 Two exception-related tweaks: (1) Make the dynamic exception construction by Dan Bornstein · 16 years ago
  66. d40223e Convert an assert() into a real test. by Andy McFadden · 16 years ago
  67. 04ba980 Merge change I78b1acb6 by Android (Google) Code Review · 16 years ago
  68. 03362c2 More java.io.File cleanup. by Elliott Hughes · 16 years ago
  69. 287377e Merge change I01c5bfe3 by Android (Google) Code Review · 16 years ago
  70. 324b3ac Jit: 2nd attempt at fix for [Issue 2302318] Crash during spin-on-suspend by Bill Buzbee · 16 years ago
  71. 77a42be Merge change I76f1dbe7 by Android (Google) Code Review · 16 years ago
  72. 33ec49a More java.io.File cleanup. by Elliott Hughes · 16 years ago
  73. 536991d Improve TimeZone documentation. by Elliott Hughes · 16 years ago
  74. 1039140 Merge change I97af6ec8 by Android (Google) Code Review · 16 years ago
  75. 16a9296 More java.io.File cleanup. by Elliott Hughes · 16 years ago
  76. 72987e2 Merge change Ia8ff1644 by Android (Google) Code Review · 16 years ago
  77. 636bc61 Fix two trivial Formatter bugs (found by jtreg). by Elliott Hughes · 16 years ago
  78. 865229b Merge change I9bb3f193 by Android (Google) Code Review · 16 years ago
  79. 9bb3f19 Add new(-ish) Dalvik opcodes to Opcodes.java. by Andy McFadden · 16 years ago
  80. c543ea3 Merge change I85442b60 by Android (Google) Code Review · 16 years ago
  81. 68b0046 Reverting [master] Change I85dd4a66: (platform/dalvik) by Bill Buzbee · 16 years ago
  82. f6774d5 am ca77c603: am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 16 years ago
  83. b3212a6 am b90871f4: (-s ours) am 5d26339a: DO NOT MERGE: backport the IPv6 NetworkInterface/multicast fixes. by Elliott Hughes · 16 years ago
  84. ca77c60 am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 16 years ago
  85. ad29a5c Merge change I85dd4a66 by Android (Google) Code Review · 16 years ago
  86. a7745f9 Remove "unused" opcodes from API. by Andy McFadden · 16 years ago
  87. 156c1d3 Merge change I7d18e38e by Android (Google) Code Review · 16 years ago
  88. 2ce8a6c Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing by Bill Buzbee · 16 years ago
  89. 3875353 Merge change I6d8a640c by Android (Google) Code Review · 16 years ago
  90. 7d18e38 Added additional DEX checksum. by Andy McFadden · 16 years ago
  91. a2500b8 Merge change I1ede83b7 by Android (Google) Code Review · 16 years ago
  92. 2c5e736 Make java.util.Formatter perform acceptably (and fix two jtreg failures). by Elliott Hughes · 16 years ago
  93. 1ede83b Reduce spin-on-suspend complaints. by Andy McFadden · 16 years ago
  94. a1fec09 Merge change I909b4182 by Android (Google) Code Review · 16 years ago
  95. 909b418 Jit: Fix for 2187020, bad exception recovery from native invoke static by Bill Buzbee · 16 years ago
  96. 67e0451 Merge change I352c5d87 by Android (Google) Code Review · 16 years ago
  97. 2c0a22e More jtreg+JUnit love. Getting JUnit to work off-device. by Jesse Wilson · 16 years ago
  98. 4f8af49 Merge change I147cfdcf by Android (Google) Code Review · 16 years ago
  99. 67e41c9 JUnit support for jtreg runner. This makes it so that a single command by Jesse Wilson · 16 years ago
  100. 905fa1b Merge change I310502fa by Android (Google) Code Review · 16 years ago