- dbf05b7 Adding newly required headers by Brian Carlstrom · 13 years ago
- 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
- 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
- 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
- 21a5bf2 Detect over-long thread suspends and time out fatally. by Elliott Hughes · 13 years ago
- 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
- c1f143d Remove some lint. by Elliott Hughes · 13 years ago
- ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
- 1b2b2f2 Don't set the context class loader until it has been created. by Jesse Wilson · 13 years ago
- 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
- 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
- cac6cc7 More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive aborts, and reporting debug/optimized builds. by Elliott Hughes · 13 years ago
- e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
- c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
- 9074b99 Better unresolved type support. by Ian Rogers · 13 years ago
- bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
- f28bc5b Callers of SuspendAll should be in the kRunnable state by Brian Carlstrom · 13 years ago
- f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago
- 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
- d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
- d81871c Verifier clean up. by Ian Rogers · 13 years ago
- 3bb8156 Basic JDWP option parsing... by Elliott Hughes · 13 years ago
- 7c6deaa Add ThreadStress test to try and exercise corner cases by Brian Carlstrom · 13 years ago
- 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
- 94ce37a Implement -Xstacktracefile. by Elliott Hughes · 13 years ago
- bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
- fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
- 5de8fe5 Add internal compiler option to control defaulting of boot.art by Brian Carlstrom · 13 years ago
- 3064683 Fix the double-OOME case again. by Elliott Hughes · 13 years ago
- 95caa79 Create proxy class, constructor, and methods. by Jesse Wilson · 13 years ago
- 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
- 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 13 years ago
- caabb1b Implement Zygote_nativeForkSystemServer by Brian Carlstrom · 13 years ago
- c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
- 6271c42 Fix a few UNIMPLEMENTEDs. by Elliott Hughes · 13 years ago
- 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 13 years ago
- 9ca7a1f Add -Xzygote to suppress starting the signal catcher thread. by Elliott Hughes · 13 years ago
- df14324 Setup Thread's context ClassLoader and add image DexFiles to ClassLinker's boot classpath by Brian Carlstrom · 13 years ago
- aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
- 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
- 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
- 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
- 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
- ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
- 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
- e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
- 34d281c Remove a reminder that no longer needs implementing. by Elliott Hughes · 13 years ago
- 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
- 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
- 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 13 years ago
- 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
- 719b323 Use JNI to start the daemon threads. by Elliott Hughes · 13 years ago
- 15fdb8c Floating point callee save support in exception delivery. by Ian Rogers · 13 years ago
- 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
- 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
- f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
- ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
- fea966e Use regular JNI for initializing the boxing types. by Elliott Hughes · 13 years ago
- 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
- 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 13 years ago
- 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
- 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago
- 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
- 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
- 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 13 years ago
- f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 13 years ago
- 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
- 78128a6 oatdump by Brian Carlstrom · 13 years ago
- 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
- 7ede61e Implement VMRuntime. by Elliott Hughes · 13 years ago
- 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
- 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
- d369bb7 Various things. by Elliott Hughes · 13 years ago
- 8daa092 More threads work. by Elliott Hughes · 13 years ago
- 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
- be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
- 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
- 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 13 years ago
- dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
- 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
- 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
- d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
- a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
- 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
- cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
- bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
- ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
- 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
- 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
- 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
- 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
- e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
- c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
- 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
- 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
- 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
- a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
- 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
- c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
- 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago