1. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  2. ee0fa76 Don't use variable-length arrays. by Elliott Hughes · 13 years ago
  3. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  4. 141b0c7 Enable all tests on x86, add assertions by Ian Rogers · 13 years ago
  5. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 13 years ago
  6. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  7. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  8. 94bbf88 Fix the build by adding #if defined(ART_USE_LLVM_COMPILER) by Shih-wei Liao · 13 years ago
  9. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  10. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  11. a92853e Spot NULL jobjects passed to MonitorEnter/MonitorExit. by Elliott Hughes · 13 years ago
  12. 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 13 years ago
  13. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  14. dc18020 Avoid getSuperclass being native. by Ian Rogers · 13 years ago
  15. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  16. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  17. 3625812 Disable death test on the target as well by Brian Carlstrom · 13 years ago
  18. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  19. 1de898b Disable death test on the host by Brian Carlstrom · 13 years ago
  20. 25e79a5 Be compatible with dalvikvm on calls to env->NewString(NULL, 0); by Jesse Wilson · 13 years ago
  21. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  22. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 13 years ago
  23. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
  24. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  25. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  26. e608763 Dump the pending exception when CheckJNI spots a call to a function that requires there to be no pending exception. by Elliott Hughes · 13 years ago
  27. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  28. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  29. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 13 years ago
  30. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  31. b17d08b GetFieldID should throw NoSuchFieldFound rather than NoClassDefFound by Ian Rogers · 13 years ago
  32. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  33. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  34. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  35. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  36. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  37. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  38. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  39. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  40. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  41. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  42. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  43. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
  44. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  45. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  46. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  47. bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 13 years ago
  48. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  49. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  50. cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
  51. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  52. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  53. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  54. 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 13 years ago
  55. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  56. 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 13 years ago
  57. 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 13 years ago
  58. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  59. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  60. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  61. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  62. 0c9cd56 Add tests for JNI FindClass. by Elliott Hughes · 13 years ago