- 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
- 00fae58 Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLoad by Brian Carlstrom · 13 years ago
- 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
- 4ffd313 Implement the zygote debug options (late-enabling -Xcheck:jni and so on). by Elliott Hughes · 13 years ago
- bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
- 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
- fad7143 Assorted fixes by Brian Carlstrom · 13 years ago
- 466bb25 Proxy implementation by Ian Rogers · 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
- 92827a5 Setup AbstractMethodError and dlsym stub when loading from oat 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
- 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
- 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
- 14134a1 Fix JNI NoSuchMethodErrors. by Elliott Hughes · 13 years ago
- 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
- c31664f Add STLDeleteValues, and use it. by Elliott Hughes · 13 years ago
- cc5f9a9 Throw if ResolveMethod fails. by Elliott Hughes · 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
- 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
- 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). 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
- 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
- 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
- 5f79133 Implement monitors. by Elliott Hughes · 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
- 8d768a9 Thread suspension. 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
- c74255f Interning image strings by Brian Carlstrom · 13 years ago
- aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
- 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 13 years ago
- 8daa092 More threads work. by Elliott Hughes · 13 years ago
- 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 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
- f5ecf06 Invoke <clinit> where necessary. by Elliott Hughes · 13 years ago
- 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
- 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
- d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
- b17d08b GetFieldID should throw NoSuchFieldFound rather than NoClassDefFound by Ian Rogers · 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
- 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
- c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
- 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
- a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
- b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
- 30b9445 Handle interface methods in JNI invocation by Brian Carlstrom · 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
- 4b093bf Fix build. by Elliott Hughes · 13 years ago
- 2cc022b Build oat compiler on host, wire in JniCompiler to CompileMethod by Brian Carlstrom · 13 years ago
- 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
- 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
- b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. 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
- 72025e5 Implement JNI virtual calls to managed methods, JNI ExceptionDescribe, and JNI MonitorEnter/MonitorExit. by Elliott Hughes · 13 years ago
- 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
- 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
- e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
- 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
- 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
- bd93599 Add JNI GetArrayLength and start throwing from FindClass. 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
- a0b8feb Turn off the 'public' check for main, and improve diagnostics. by Elliott Hughes · 13 years ago
- 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
- f4c21c9 Initialize classes in GetFieldID/GetMethodID. by Elliott Hughes · 13 years ago
- a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
- cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
- 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 13 years ago
- cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
- bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
- de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 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
- 4b3b727 Add vogar-like --invoke-with to 'art', and fix a bug valgrind finds. by Elliott Hughes · 13 years ago
- 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
- 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago
- a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
- 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
- 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 13 years ago
- bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
- a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
- 83ab4f3 Add an implementation of GetMethodID. by Carl Shapiro · 13 years ago
- 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 13 years ago
- 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 13 years ago
- f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago