1. be9dbaf Merge change I83849e4a by Android (Google) Code Review · 15 years ago
  2. 62d162c Improve our java.util.Locale documentation. by Elliott Hughes · 15 years ago
  3. 3ddac0e Rename dalvik_jtreg to dalvik_runner. by Jesse Wilson · 15 years ago
  4. 96e0f63 Fixing clean to use rm -rf so it won't fail if the directory wasn't ever created. by Jesse Wilson · 15 years ago
  5. 33a2bad Merge change Ib1d8044e by Android (Google) Code Review · 15 years ago
  6. b1d8044 Jit: Briefly delay start of Jit'ng in attempt to avoid compiling init code by Bill Buzbee · 15 years ago
  7. e5dd7dd Merge change Iac175b4f by Android (Google) Code Review · 15 years ago
  8. ac175b4 Two minor JNI fixes. by Andy McFadden · 15 years ago
  9. 42c5eb3 Cleaning up after each test to avoid exhausting disk space. by Jesse Wilson · 15 years ago
  10. 79cff99 Merge change Ice913bbd by Android (Google) Code Review · 15 years ago
  11. 1ce48da Make java.lang.Character fast. by Elliott Hughes · 15 years ago
  12. 1efdf68 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 15 years ago
  13. dbd28bb Adding some debugging to help figure out why our tests aren't completing. by Jesse Wilson · 15 years ago
  14. d092359 Merge change I24ac537c by Android (Google) Code Review · 15 years ago
  15. 24ac537 Move VFP register save/restore routines from template to codegen. by Ben Cheng · 15 years ago
  16. 9537a12 Merge change Id6bd7c81 by Android (Google) Code Review · 15 years ago
  17. 9ad626d Making helper threads daemons in the jtreg runner. by Jesse Wilson · 15 years ago
  18. 0b08961 Merge change Iadae8af9 by Android (Google) Code Review · 15 years ago
  19. adae8af Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 15 years ago
  20. 1a9530e Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 15 years ago
  21. 3a11a1b Fix our test runner to look inside source files for package declarations. by Elliott Hughes · 15 years ago
  22. 45594ac Fix dalvik_jtreg build. by Elliott Hughes · 15 years ago
  23. d80ecb4 Merge change I326caaa3 by Android (Google) Code Review · 15 years ago
  24. 50b6d1a Fix our SSLSession implementations to call valueUnbound on remove. by Elliott Hughes · 15 years ago
  25. 84ef982 Merge change Id2be5eb7 by Android (Google) Code Review · 15 years ago
  26. d1f2515 am 61fdb24e: (-s ours) am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  27. d2be5eb Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 15 years ago
  28. 9c9a7be Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. by Elliott Hughes · 15 years ago
  29. 61fdb24 am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  30. c79b8cb Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 15 years ago
  31. 173411f Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  32. 519b145 Merge change I1d96b51e by Android (Google) Code Review · 15 years ago
  33. 9cd89df Merge change Icf57d5da by Android (Google) Code Review · 15 years ago
  34. 6579c1e Merge change Ie84afdff by Android (Google) Code Review · 15 years ago
  35. b272140 Merge branch 'logging_888752' into logging_dalvik by Jesse Wilson · 15 years ago
  36. c6e64ea Don't assume debugger wants all exceptions. by Andy McFadden · 15 years ago
  37. caf1aae Merge change I11aa1bb5 by Android (Google) Code Review · 15 years ago
  38. 11aa1bb Jit: Fix 083-jit-regressions test to omit non-deterministic output by Bill Buzbee · 15 years ago
  39. d520ebd Merge change I4c691d1a by Android (Google) Code Review · 15 years ago
  40. ab0fccc Merge change I909ce240 by Android (Google) Code Review · 15 years ago
  41. 2286eb0 Support running caliper with the jtreg runner. This is an early first look; by Jesse Wilson · 15 years ago
  42. 909ce24 Iterate in JNI thread exit check. by Andy McFadden · 15 years ago
  43. 4c691d1 Minor CheckJNI tweak. by Andy McFadden · 15 years ago
  44. 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 · 15 years ago
  45. 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 · 15 years ago
  46. 1f765be Merge change I9388fbfd by Android (Google) Code Review · 15 years ago
  47. 32177d7 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  48. 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 · 15 years ago
  49. c51439a Fix a bug where, in static synchronized methods that had no other uses by Dan Bornstein · 15 years ago
  50. 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 · 15 years ago
  51. 39c5899 Preflight cleanup of Ropper.java for style, whitespace, etc., before doing by Dan Bornstein · 15 years ago
  52. d149748 The disabled code was too late to make eclair, and there were some by Barry Hayes · 15 years ago
  53. fcccb3b Remove arrayClass from ClassObject. It seems to get only dozens of hits in by Barry Hayes · 15 years ago
  54. e8c9133 Merge change I5f6d073a by Android (Google) Code Review · 15 years ago
  55. 342806d Jit: Save/restore callee-save floating point registers at interpreter entry/exit by Bill Buzbee · 15 years ago
  56. 0f28b23 am b2c70f2c: (-s ours) am 4d9f9384: DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  57. 33b6266 am 0f6512c7: am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 15 years ago
  58. 1d96b51 Merge branch 'archive_888752' into archive_dalvik by Jesse Wilson · 15 years ago
  59. 544e7be Implement DTDHandler support for ExpatParser. by Elliott Hughes · 15 years ago
  60. b2c70f2 am 4d9f9384: DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  61. 0f6512c am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 15 years ago
  62. c047c11 Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 15 years ago
  63. 4d9f938 DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  64. f0e054b Merge change I7bdddfb1 by Android (Google) Code Review · 15 years ago
  65. 5b8be58 Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  66. 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 · 15 years ago
  67. 081cb85 Fix build. by Elliott Hughes · 15 years ago
  68. 5b54904 Merge change I8cdf9790 by Android (Google) Code Review · 15 years ago
  69. 8cdf979 Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 15 years ago
  70. 11862da Merge change Id40223ec by Android (Google) Code Review · 15 years ago
  71. 3f77d01 Merge change I2ca00c90 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  72. 2ca00c9 Fix dalvik test 063. by Elliott Hughes · 15 years ago
  73. 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 · 15 years ago
  74. 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 · 15 years ago
  75. 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 · 15 years ago
  76. 4a888b0 Two exception-related tweaks: (1) Make the dynamic exception construction by Dan Bornstein · 15 years ago
  77. d40223e Convert an assert() into a real test. by Andy McFadden · 15 years ago
  78. 04ba980 Merge change I78b1acb6 by Android (Google) Code Review · 15 years ago
  79. 03362c2 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  80. 287377e Merge change I01c5bfe3 by Android (Google) Code Review · 15 years ago
  81. 324b3ac Jit: 2nd attempt at fix for [Issue 2302318] Crash during spin-on-suspend by Bill Buzbee · 15 years ago
  82. 77a42be Merge change I76f1dbe7 by Android (Google) Code Review · 15 years ago
  83. 33ec49a More java.io.File cleanup. by Elliott Hughes · 15 years ago
  84. 536991d Improve TimeZone documentation. by Elliott Hughes · 15 years ago
  85. 1039140 Merge change I97af6ec8 by Android (Google) Code Review · 15 years ago
  86. 16a9296 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  87. 72987e2 Merge change Ia8ff1644 by Android (Google) Code Review · 15 years ago
  88. 636bc61 Fix two trivial Formatter bugs (found by jtreg). by Elliott Hughes · 15 years ago
  89. 865229b Merge change I9bb3f193 by Android (Google) Code Review · 15 years ago
  90. 9bb3f19 Add new(-ish) Dalvik opcodes to Opcodes.java. by Andy McFadden · 15 years ago
  91. c543ea3 Merge change I85442b60 by Android (Google) Code Review · 15 years ago
  92. 68b0046 Reverting [master] Change I85dd4a66: (platform/dalvik) by Bill Buzbee · 15 years ago
  93. f6774d5 am ca77c603: am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  94. b3212a6 am b90871f4: (-s ours) am 5d26339a: DO NOT MERGE: backport the IPv6 NetworkInterface/multicast fixes. by Elliott Hughes · 15 years ago
  95. ca77c60 am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  96. ad29a5c Merge change I85dd4a66 by Android (Google) Code Review · 15 years ago
  97. a7745f9 Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  98. 156c1d3 Merge change I7d18e38e by Android (Google) Code Review · 15 years ago
  99. 2ce8a6c Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing by Bill Buzbee · 15 years ago
  100. 3875353 Merge change I6d8a640c by Android (Google) Code Review · 15 years ago