1. 844f9a0 You can't call initCause on a ClassNotFoundException. by Elliott Hughes · 14 years ago
  2. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 14 years ago
  3. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  4. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 14 years ago
  5. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  6. 4ffd313 Implement the zygote debug options (late-enabling -Xcheck:jni and so on). by Elliott Hughes · 14 years ago
  7. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 14 years ago
  8. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 14 years ago
  9. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 14 years ago
  10. dfcdf1a Proxy invocation stub. by Ian Rogers · 14 years ago
  11. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 14 years ago
  12. 418d20f Implement reflective method invocation. by Elliott Hughes · 14 years ago
  13. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 14 years ago
  14. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 14 years ago
  15. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 14 years ago
  16. 85d1545 Add packing to class Thread. by Elliott Hughes · 14 years ago
  17. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 14 years ago
  18. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 14 years ago
  19. 8daa092 More threads work. by Elliott Hughes · 14 years ago
  20. 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 14 years ago
  21. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 14 years ago
  22. 410c0c8 Mark more roots. by Elliott Hughes · 14 years ago
  23. cf4c6c4 Fully implement string interning. by Elliott Hughes · 14 years ago
  24. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 14 years ago
  25. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 14 years ago
  26. a250199 Add -Xcheck:jni. by Elliott Hughes · 14 years ago
  27. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 14 years ago
  28. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 14 years ago
  29. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 14 years ago
  30. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 14 years ago
  31. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 14 years ago
  32. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 14 years ago
  33. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 14 years ago
  34. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 14 years ago
  35. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 14 years ago
  36. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 14 years ago
  37. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 14 years ago
  38. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 14 years ago
  39. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 14 years ago
  40. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 14 years ago
  41. f2682d5 Fix the invocation interface. by Elliott Hughes · 14 years ago
  42. 40ef99e Start implementing JNI. by Elliott Hughes · 14 years ago
  43. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 14 years ago
  44. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 14 years ago
  45. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  46. df20fe0 Support for synchronized native methods. by Ian Rogers · 14 years ago