- 8dfc9d5 For Stack Indirect Reference Table, visit roots in the table. by Shih-wei Liao · 13 years ago
- d6b1f61 Support for stack scanning of roots. by Ian Rogers · 13 years ago
- 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
- 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
- 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
- 9407c60 Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map. by Shih-wei Liao · 13 years ago
- 21d9e83 Exception support for object allocation. by Ian Rogers · 13 years ago
- b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
- e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 13 years ago
- 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
- cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 13 years ago
- ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
- c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
- 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 13 years ago
- 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
- 845490b Cleanup resolution of type, field, method indexes by Brian Carlstrom · 13 years ago
- 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago
- 9086572 Fix for implicit null test for oat. by Ian Rogers · 13 years ago
- e5de95b Fix JNI thread state transitions. by Ian Rogers · 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
- 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
- 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
- 9a195c9 Fix array-put-object by buzbee · 13 years ago
- 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
- 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
- bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
- 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
- 8d768a9 Thread suspension. 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
- aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
- 8daa092 More threads work. by Elliott Hughes · 13 years ago
- 5ade1d2 Complete compiler portion of exception handling by buzbee · 13 years ago
- cefd187 Add stack overflow check by buzbee · 13 years ago
- 449b4bd Take into account that our stacks grow down. by Elliott Hughes · 13 years ago
- be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
- 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
- 0d966cf Add suspend check & stub by buzbee · 13 years ago
- 34cd9e5 Add run-time resolution paths for iget/iput. by buzbee · 13 years ago
- 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
- 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 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
- a59d179 Work around two problems. by Elliott Hughes · 13 years ago
- 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
- 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
- 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
- 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
- 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
- d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
- 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 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
- 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 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
- 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
- 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
- e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
- dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
- b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
- 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
- e6d6196 Various bug fixes. by buzbee · 13 years ago
- 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 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
- bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 13 years ago
- 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
- 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
- 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
- 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
- 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
- 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
- e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
- 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
- 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
- edcc09c Cleanup. by Elliott Hughes · 13 years ago
- c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
- a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
- 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 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
- b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
- 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
- a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
- ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
- b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 13 years ago
- 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
- 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
- a40f9bc Add ObjectArray::CopyOf by Brian Carlstrom · 13 years ago
- 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
- 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
- 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
- df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
- b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
- d0e7e77 Use a TLS value to retrieve the current thread. by Carl Shapiro · 13 years ago
- 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
- b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 13 years ago
- 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago