1. c6e64ea Don't assume debugger wants all exceptions. by Andy McFadden · 15 years ago
  2. caf1aae Merge change I11aa1bb5 by Android (Google) Code Review · 15 years ago
  3. 11aa1bb Jit: Fix 083-jit-regressions test to omit non-deterministic output by Bill Buzbee · 15 years ago
  4. d520ebd Merge change I4c691d1a by Android (Google) Code Review · 15 years ago
  5. ab0fccc Merge change I909ce240 by Android (Google) Code Review · 15 years ago
  6. 909ce24 Iterate in JNI thread exit check. by Andy McFadden · 15 years ago
  7. 4c691d1 Minor CheckJNI tweak. by Andy McFadden · 15 years ago
  8. 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
  9. 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
  10. 1f765be Merge change I9388fbfd by Android (Google) Code Review · 15 years ago
  11. 32177d7 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  12. 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
  13. c51439a Fix a bug where, in static synchronized methods that had no other uses by Dan Bornstein · 15 years ago
  14. 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
  15. 39c5899 Preflight cleanup of Ropper.java for style, whitespace, etc., before doing by Dan Bornstein · 15 years ago
  16. d149748 The disabled code was too late to make eclair, and there were some by Barry Hayes · 15 years ago
  17. fcccb3b Remove arrayClass from ClassObject. It seems to get only dozens of hits in by Barry Hayes · 15 years ago
  18. e8c9133 Merge change I5f6d073a by Android (Google) Code Review · 15 years ago
  19. 342806d Jit: Save/restore callee-save floating point registers at interpreter entry/exit by Bill Buzbee · 15 years ago
  20. 0f28b23 am b2c70f2c: (-s ours) am 4d9f9384: DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  21. 33b6266 am 0f6512c7: am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 15 years ago
  22. 544e7be Implement DTDHandler support for ExpatParser. by Elliott Hughes · 15 years ago
  23. b2c70f2 am 4d9f9384: DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  24. 0f6512c am 3f77d012: Merge change I2ca00c90 into eclair-mr2 by Elliott Hughes · 15 years ago
  25. c047c11 Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 15 years ago
  26. 4d9f938 DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  27. f0e054b Merge change I7bdddfb1 by Android (Google) Code Review · 15 years ago
  28. 5b8be58 Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  29. 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
  30. 081cb85 Fix build. by Elliott Hughes · 15 years ago
  31. 5b54904 Merge change I8cdf9790 by Android (Google) Code Review · 15 years ago
  32. 8cdf979 Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 15 years ago
  33. 11862da Merge change Id40223ec by Android (Google) Code Review · 15 years ago
  34. 3f77d01 Merge change I2ca00c90 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  35. 2ca00c9 Fix dalvik test 063. by Elliott Hughes · 15 years ago
  36. 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
  37. 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
  38. 4a888b0 Two exception-related tweaks: (1) Make the dynamic exception construction by Dan Bornstein · 15 years ago
  39. d40223e Convert an assert() into a real test. by Andy McFadden · 15 years ago
  40. 04ba980 Merge change I78b1acb6 by Android (Google) Code Review · 15 years ago
  41. 03362c2 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  42. 287377e Merge change I01c5bfe3 by Android (Google) Code Review · 15 years ago
  43. 324b3ac Jit: 2nd attempt at fix for [Issue 2302318] Crash during spin-on-suspend by Bill Buzbee · 15 years ago
  44. 77a42be Merge change I76f1dbe7 by Android (Google) Code Review · 15 years ago
  45. 33ec49a More java.io.File cleanup. by Elliott Hughes · 15 years ago
  46. 536991d Improve TimeZone documentation. by Elliott Hughes · 15 years ago
  47. 1039140 Merge change I97af6ec8 by Android (Google) Code Review · 15 years ago
  48. 16a9296 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  49. 72987e2 Merge change Ia8ff1644 by Android (Google) Code Review · 15 years ago
  50. 636bc61 Fix two trivial Formatter bugs (found by jtreg). by Elliott Hughes · 15 years ago
  51. 865229b Merge change I9bb3f193 by Android (Google) Code Review · 15 years ago
  52. 9bb3f19 Add new(-ish) Dalvik opcodes to Opcodes.java. by Andy McFadden · 15 years ago
  53. c543ea3 Merge change I85442b60 by Android (Google) Code Review · 15 years ago
  54. 68b0046 Reverting [master] Change I85dd4a66: (platform/dalvik) by Bill Buzbee · 15 years ago
  55. f6774d5 am ca77c603: am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  56. b3212a6 am b90871f4: (-s ours) am 5d26339a: DO NOT MERGE: backport the IPv6 NetworkInterface/multicast fixes. by Elliott Hughes · 15 years ago
  57. ca77c60 am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  58. ad29a5c Merge change I85dd4a66 by Android (Google) Code Review · 15 years ago
  59. a7745f9 Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  60. 156c1d3 Merge change I7d18e38e by Android (Google) Code Review · 15 years ago
  61. 2ce8a6c Jit: Fix for [Issue 2302318] Crash during spin-on-suspend testing by Bill Buzbee · 15 years ago
  62. 3875353 Merge change I6d8a640c by Android (Google) Code Review · 15 years ago
  63. 7d18e38 Added additional DEX checksum. by Andy McFadden · 15 years ago
  64. a2500b8 Merge change I1ede83b7 by Android (Google) Code Review · 15 years ago
  65. 2c5e736 Make java.util.Formatter perform acceptably (and fix two jtreg failures). by Elliott Hughes · 15 years ago
  66. 1ede83b Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  67. a1fec09 Merge change I909b4182 by Android (Google) Code Review · 15 years ago
  68. 909b418 Jit: Fix for 2187020, bad exception recovery from native invoke static by Bill Buzbee · 15 years ago
  69. 67e0451 Merge change I352c5d87 by Android (Google) Code Review · 15 years ago
  70. 2c0a22e More jtreg+JUnit love. Getting JUnit to work off-device. by Jesse Wilson · 15 years ago
  71. 4f8af49 Merge change I147cfdcf by Android (Google) Code Review · 15 years ago
  72. 67e41c9 JUnit support for jtreg runner. This makes it so that a single command by Jesse Wilson · 15 years ago
  73. 905fa1b Merge change I310502fa by Android (Google) Code Review · 15 years ago
  74. 310502f Enable CheckJNI on core tests. by Andy McFadden · 15 years ago
  75. a7a9a14 Rudimentary JNI method arg checking. by Andy McFadden · 15 years ago
  76. f0a97fa Merge change I45d6e22b by Android (Google) Code Review · 15 years ago
  77. 0e60527 Jit: shift bug fix - 2296099 by Bill Buzbee · 15 years ago
  78. 3f9f7bd Android ICU4.2.1 upgrade. by Claire Ho · 15 years ago
  79. 12def72 Update makefile comments. by Andy McFadden · 15 years ago
  80. b90871f am 5d26339a: DO NOT MERGE: backport the IPv6 NetworkInterface/multicast fixes. by Elliott Hughes · 15 years ago
  81. 0d3eb1e Merge change I47b9b7f9 by Android (Google) Code Review · 15 years ago
  82. 8d96060 Replaced all versions of binarySearch with better versions. by Joshua Bloch · 15 years ago
  83. 47b9b7f DPQ Comment cleanup (and a few very minor code changes) by Joshua Bloch · 15 years ago
  84. f40b67b Merge change I9d0bdb0b by Android (Google) Code Review · 15 years ago
  85. 9d0bdb0 Update docs for debugger change. by Andy McFadden · 15 years ago
  86. 7006487 More java.io.File improvements. by Elliott Hughes · 15 years ago
  87. 5d26339 DO NOT MERGE: backport the IPv6 NetworkInterface/multicast fixes. by Elliott Hughes · 15 years ago
  88. a951d2c Fix File.isHidden and File.listRoots. by Elliott Hughes · 15 years ago
  89. 557f551 Merge change I5ec3a381 by Android (Google) Code Review · 15 years ago
  90. e73a971 Changing JtregRunner to support running tests off device. by Jesse Wilson · 15 years ago
  91. 3115d5a Merge change I869898f1 by Android (Google) Code Review · 15 years ago
  92. 869898f Fix an assertion. by Andy McFadden · 15 years ago
  93. 36e4222 am e732bb04: am 1c7705b6: Merge change I96996494 into eclair-mr2 by Elliott Hughes · 15 years ago
  94. e732bb0 am 1c7705b6: Merge change I96996494 into eclair-mr2 by Elliott Hughes · 15 years ago
  95. 1c7705b Merge change I96996494 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  96. 9699649 Fix browser crashes if server certificates have > 32 subjectAltNames. by Elliott Hughes · 15 years ago
  97. 5b03ff7 A few notes on why we don't cache canonical paths. by Jesse Wilson · 15 years ago
  98. 56ea4a4 Merge change I518925b0 by Android (Google) Code Review · 15 years ago
  99. 5b596f3 am 683daacf: (-s ours) am d1aead76: Merge change Ie21b2327 into eclair-mr2 by Jesse Wilson · 15 years ago
  100. 683daac am d1aead76: Merge change Ie21b2327 into eclair-mr2 by Jesse Wilson · 15 years ago