1. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  2. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  3. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  4. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  5. b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
  6. 30b9445 Handle interface methods in JNI invocation by Brian Carlstrom · 13 years ago
  7. 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
  8. bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 13 years ago
  9. 4b093bf Fix build. by Elliott Hughes · 13 years ago
  10. 2cc022b Build oat compiler on host, wire in JniCompiler to CompileMethod by Brian Carlstrom · 13 years ago
  11. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  12. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  13. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  14. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  15. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  16. 72025e5 Implement JNI virtual calls to managed methods, JNI ExceptionDescribe, and JNI MonitorEnter/MonitorExit. by Elliott Hughes · 13 years ago
  17. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  18. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
  19. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  20. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  21. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  22. bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 13 years ago
  23. edcc09c Cleanup. by Elliott Hughes · 13 years ago
  24. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  25. a0b8feb Turn off the 'public' check for main, and improve diagnostics. by Elliott Hughes · 13 years ago
  26. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  27. f4c21c9 Initialize classes in GetFieldID/GetMethodID. by Elliott Hughes · 13 years ago
  28. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  29. cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
  30. 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 13 years ago
  31. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  32. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  33. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
  34. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  35. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  36. 4b3b727 Add vogar-like --invoke-with to 'art', and fix a bug valgrind finds. by Elliott Hughes · 13 years ago
  37. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  38. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago
  39. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
  40. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  41. 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 13 years ago
  42. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  43. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  44. 83ab4f3 Add an implementation of GetMethodID. by Carl Shapiro · 13 years ago
  45. 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 13 years ago
  46. 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 13 years ago
  47. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  48. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  49. 4e777d4 Revisions to "First pass of ImageWriter" by Brian Carlstrom · 13 years ago
  50. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  51. 3cd987f Pass the correct Thread* when calling back into Java. by Elliott Hughes · 13 years ago
  52. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  53. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  54. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  55. b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 13 years ago
  56. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  57. 22f4093 Add ScopedJniThreadState. by Elliott Hughes · 13 years ago
  58. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  59. 6b43685 Translate JNI class descriptors into regular class descriptors in FindClass. by Elliott Hughes · 13 years ago
  60. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  61. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 13 years ago
  62. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  63. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  64. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  65. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago