- 72621c9 Pad the page containing ARM code in the JIT code cache to work around a CPU bug. by Ben Cheng · 15 years ago
- 33a939f Merge "New tests for JSONObject and for JSON's self-use." by Jesse Wilson · 15 years ago
- 8d7ee1e New tests for JSONObject and for JSON's self-use. by Jesse Wilson · 15 years ago
- 77fbf5c Merge "If a finalizer wedges, raise prio and retry." by Andy McFadden · 15 years ago
- 40bd3d2 Merge "Work around droiddoc bug http://b/2022288." by Elliott Hughes · 15 years ago
- 43b8345 Work around droiddoc bug http://b/2022288. by Elliott Hughes · 15 years ago
- f9135f3 Merge "Align fake data in the same page offsets as those in the bugreport." by Ben Cheng · 15 years ago
- 2a94137 Align fake data in the same page offsets as those in the bugreport. by Ben Cheng · 15 years ago
- 16e0f24 Another go at making droiddoc as happy as javadoc... by Elliott Hughes · 15 years ago
- 1f6a042 Fix javadoc errors. by Elliott Hughes · 15 years ago
- f5274f6 Merge "Print errors encountered while writing XML reports" by Jesse Wilson · 15 years ago
- 5c6839b Merge "Implement adoptNode() and importNode()." by Jesse Wilson · 15 years ago
- 4daa600 Implement adoptNode() and importNode(). by Jesse Wilson · 15 years ago
- 08c777b Print errors encountered while writing XML reports by Jesse Wilson · 15 years ago
- 2b94b30 If a finalizer wedges, raise prio and retry. by Andy McFadden · 15 years ago
- a6d228d Merge "Minor documentation improvements." by Elliott Hughes · 15 years ago
- b53b743 Minor documentation improvements. by Elliott Hughes · 15 years ago
- a536d01 Merge "Fix certimport.sh to check for Bouncy Castle provider installation (and add 1.6 JDK to PATH)" by Brian Carlstrom · 15 years ago
- c1e9861 Fix certimport.sh to check for Bouncy Castle provider installation (and add 1.6 JDK to PATH) by Brian Carlstrom · 15 years ago
- 699c9eb Merge "Hoist shape discrimination above thin lock owner test in the lock procedure. It is unsafe to reckon a thin lock owner without having first determined that the bit pattern of the lock word corresponds to that of a thin lock. Without proper ordering, a monitor lock can and will be created which, excluding the shape bit, corresponds to a lock owned by the calling thread." by Carl Shapiro · 15 years ago
- 3521d8c Add an empty CleanSpec.mk by Jean-Baptiste Queru · 15 years ago
- 631bbbf Merge "Adding support for getUserData() and setUserData() to DOM nodes." by Jesse Wilson · 15 years ago
- e14d736 Adding support for getUserData() and setUserData() to DOM nodes. by Jesse Wilson · 15 years ago
- 147dd3f Hoist shape discrimination above thin lock owner test in the lock by Carl Shapiro · 15 years ago
- 2fc03c3 Jit: fix for 2483131 - VM daemon thread shutdown with JIT enabled by Bill Buzbee · 15 years ago
- fc519dc Jit: Make most Jit compile failures non-fatal; just abort offending translation by Bill Buzbee · 15 years ago
- 164d127 Merge "Jit: Fix for issue 2487769, Simplify in-line thin lock release" by Carl Shapiro · 15 years ago
- f8069e8 Merge "Collect more JIT stats in the assert build." by Ben Cheng · 15 years ago
- 86717f7 Collect more JIT stats in the assert build. by Ben Cheng · 15 years ago
- 1a29c73 Merge "Fix server side SSLEngine ServerKeyExchange signature." by Costin Manolache · 15 years ago
- 5d4bac4 Jit: Fix for issue 2487769, Simplify in-line thin lock release by Bill Buzbee · 15 years ago
- 101cbfe Merge "Implementing the Java 7 APIs for DeflaterOutputStreams." by Jesse Wilson · 15 years ago
- 6be6008 Implementing the Java 7 APIs for DeflaterOutputStreams. by Jesse Wilson · 15 years ago
- 371192e Fix server side SSLEngine ServerKeyExchange signature. by Costin Manolache · 15 years ago
- c9b3aeb Prevent java.text.Normalizer from getting a default constructor. by Elliott Hughes · 15 years ago
- 042cc58 Merge "Don't call a method that can be overridden from File's constructors." by Elliott Hughes · 15 years ago
- 21cb2be Merge "Update local copy of getSchedulerGroup." by Andy McFadden · 15 years ago
- fa2ad81 Don't call a method that can be overridden from File's constructors. by Elliott Hughes · 15 years ago
- 7f64ede Update local copy of getSchedulerGroup. by Andy McFadden · 15 years ago
- 85a3fa2 Merge "Jit: Sapphire tuning - mostly scheduling." by Bill Buzbee · 15 years ago
- 1f74863 Jit: Sapphire tuning - mostly scheduling. by Bill Buzbee · 15 years ago
- b99b5cd am b16b78db: am 275acdff: Copy Froyo\'s version of MulticastSocketTest to Eclair for CTS. by Elliott Hughes · 15 years ago
- b16b78d am 275acdff: Copy Froyo\'s version of MulticastSocketTest to Eclair for CTS. by Elliott Hughes · 15 years ago
- 275acdf Copy Froyo's version of MulticastSocketTest to Eclair for CTS. by Elliott Hughes · 15 years ago
- d682adf Merge "Switch thread's cgroup during spin-on-suspend." by Andy McFadden · 15 years ago
- fb8eb6b Merge "Print the self thread id and the owning thread id in the description of the IllegalMonitorExcpetion throw by unlockMonitor." by Carl Shapiro · 15 years ago
- 59c1f5c Use assertEquals rather than assertTrue/assertFalse. by Elliott Hughes · 15 years ago
- d2afbcf Switch thread's cgroup during spin-on-suspend. by Andy McFadden · 15 years ago
- 971b506 Add our home-grown Normalizer tests. by Elliott Hughes · 15 years ago
- 10ebc7d Merge "Implement (but @hide) java.text.Normalizer from Java 6." by Elliott Hughes · 15 years ago
- acf4a11 Merge "Implementing almost all of Document.normalizeDocument()." by Jesse Wilson · 15 years ago
- e5aa545 Implementing almost all of Document.normalizeDocument(). by Jesse Wilson · 15 years ago
- d83c3bd Implement (but @hide) java.text.Normalizer from Java 6. by Elliott Hughes · 15 years ago
- 98376a2 Merge "Allow unpriviledged gdbserver to attach to debuggable processes." by David 'Digit' Turner · 15 years ago
- 3312e4d Allow unpriviledged gdbserver to attach to debuggable processes. by David 'Digit' Turner · 15 years ago
- def26c1 Merge "Added a simple check for stray tracked refs." by Andy McFadden · 15 years ago
- 448cc38 Merge "Added an x86-atom "TODO" list." by Andy McFadden · 15 years ago
- da7e4c5 Added an x86-atom "TODO" list. by Andy McFadden · 15 years ago
- afcd1eb Added a simple check for stray tracked refs. by Andy McFadden · 15 years ago
- ad71aa2 Merge "New implementation for DOMConfiguration." by Jesse Wilson · 15 years ago
- 21d27c0 New implementation for DOMConfiguration. by Jesse Wilson · 15 years ago
- 1652502 Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo." by Elliott Hughes · 15 years ago
- a3bd410 Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo. by Elliott Hughes · 15 years ago
- fcc61ec Merge "Don't set x86 arch variant." by Andy McFadden · 15 years ago
- dd4feb3 Don't set x86 arch variant. by Andy McFadden · 15 years ago
- dd55f1b Merge "Adding tests to parse document attributes from the DOM." by Jesse Wilson · 15 years ago
- 0baa7c3 Adding tests to parse document attributes from the DOM. by Jesse Wilson · 15 years ago
- f109fc4 Merge "Update a few things in x86-atom." by Andy McFadden · 15 years ago
- 4abe401 Update a few things in x86-atom. by Andy McFadden · 15 years ago
- 40094c1 Tweak the interpreter entries and 2nd level trace filter to capture more traces. by Ben Cheng · 15 years ago
- e84bea9 Merge "First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file." by Brian Carlstrom · 15 years ago
- c85663a Merge "Fix a couple of typos in JIT function names." by Elliott Hughes · 15 years ago
- e065179 First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file. by Brian Carlstrom · 15 years ago
- ac9f211 Merge "Jit: fix typo that caused incorrect def mask for blr's." by Bill Buzbee · 15 years ago
- 6a55513 Fix a couple of typos in JIT function names. by Elliott Hughes · 15 years ago
- d867b23 Jit: fix typo that caused incorrect def mask for blr's. by Bill Buzbee · 15 years ago
- f76b01c Merge "Document that Class.getSigners() always returns null." by Elliott Hughes · 15 years ago
- 118193d Document that Class.getSigners() always returns null. by Elliott Hughes · 15 years ago
- ca5ac87 Merge "Rearrange JDWP cleanup." by Andy McFadden · 15 years ago
- d8cc332 Rearrange JDWP cleanup. by Andy McFadden · 15 years ago
- 4d5e5a0 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 15 years ago
- e11f3fd Print the self thread id and the owning thread id in the description by Carl Shapiro · 15 years ago
- cbcd79b Merge "Print "JIT" in the thread dump if the top frame is in JIT'ed code." by Ben Cheng · 15 years ago
- ae9cc0e Merge "Added printf attribute to exception function." by Andy McFadden · 15 years ago
- dc4a928 Print "JIT" in the thread dump if the top frame is in JIT'ed code. by Ben Cheng · 15 years ago
- b4c0597 Optimize more easy multiplications by constants. by Elliott Hughes · 15 years ago
- 88a0f97 Enhance the jit profiler to print more statistics and be more verbose. by Ben Cheng · 15 years ago
- 59a007b am cf4e8b02: Merge "This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expe by Andy McFadden · 15 years ago
- 1183496 Clarify a few items in the dex spec. by Dan Bornstein · 15 years ago
- d452447 Added printf attribute to exception function. by Andy McFadden · 15 years ago
- ba05d3b Merge "Add class init stats to alloc counters (API change)." by Andy McFadden · 15 years ago
- 4795e03 Merge "Implementing still more DOM API for text nodes. - Text.isElementContentWhitespace() - Text.getWholeText() - Text.replaceWholeText()" by Jesse Wilson · 15 years ago
- 606d8d2 Implementing still more DOM API for text nodes. by Jesse Wilson · 15 years ago
- e15a8eb Add class init stats to alloc counters (API change). by Andy McFadden · 15 years ago
- 60a6577 Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 15 years ago
- 01961a9 Merge "Fixed bug 2438465, prevented blocks with move-result from being combined." by Jeff Hao · 15 years ago
- cf4e8b0 Merge "This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expected that there will be a discussion on the potential merge of this code and similar efforts (i.e. the mterp/x86 directory first included with cupcake). While this code is intended to target ATOM and not a generic X-86 processor, we were able to show the following improvements over the c-portable interpreter using the simulator build: Build: TARGET_SIMULATOR: true TARGET_BUILD_TYPE: release TARGET_PRODUCT: sim Environment: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz PI = Portable Interpreter IA = Fast IA Interpreter Embedded CaffeineMark: (IA-PI)/PI: Average of 70% improvement on overall score SPECjbb2000*: (IA-PI)/PI: Average of 37% improvement on raw score SPECjvm98*: (PI/IA) Speedup: Mtrt: 1.2; Jess: 1.34; Compress: 1.57; Db: 1.46; Jack: 1.28 * SPECjbb2000 - 1 warehouse. Noncompliant - modified to run on Dalvik * SPECjvm98 - Noncompliant - modified to run on Dalivk" by Andy McFadden · 15 years ago
- d1ad6ae DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 15 years ago
- 02f3081 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago
- b0d01b0 Fixed bug 2438465, prevented blocks with move-result from being combined. by jeffhao · 15 years ago