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