1. 3a1444c ART: JNI ExceptionDescribe crashes if no exception occurred by Alexei Zavjalov · 11 years ago
  2. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 11 years ago
  3. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 11 years ago
  4. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 11 years ago
  5. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 11 years ago
  6. 56890e2 Modified functions to return pointers where appropriate by Fred Shih · 11 years ago
  7. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  8. 1ee9935 64-bit build fix. by Ian Rogers · 11 years ago
  9. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 11 years ago
  10. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 11 years ago
  11. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 11 years ago
  12. 88e46a3 Remove unused variable and tidy test #includes. by Ian Rogers · 11 years ago
  13. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  14. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  15. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  16. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  17. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  18. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  19. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 12 years ago
  20. 0859999 Add stale weak global unit test to jni_internal_test. by Mathieu Chartier · 12 years ago
  21. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  22. d7d7f6e Add JNI tests missing from 4ffdc6bd962c37bca407267c0858b37bb18a9857. by Elliott Hughes · 12 years ago
  23. 7971363 Make jni_internal_test less spammy. by Ian Rogers · 12 years ago
  24. aa836f7 Fix PushLocalFrame(0). by Elliott Hughes · 12 years ago
  25. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  26. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/jni_internal_test.cc]
  27. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  28. b95851f Fix JNI internal tests. by Sebastien Hertz · 12 years ago
  29. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  30. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  31. 25337eb Merge "Fix object verification." into dalvik-dev by Ian Rogers · 12 years ago
  32. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  33. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  34. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  35. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  36. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  37. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  38. a9137c6 Remove jni_internal_test flakiness. by Elliott Hughes · 13 years ago
  39. f66330a Fix icu4c include path pollution. by Elliott Hughes · 13 years ago
  40. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  41. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  42. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 13 years ago
  43. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  44. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  45. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  46. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  47. 56ef042 JNI test improvements. by Elliott Hughes · 13 years ago
  48. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 13 years ago
  49. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  50. 4d57143 DetachCurrentThread should return JNI_ERR on already detached thread by Brian Carlstrom · 13 years ago
  51. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  52. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  53. ee0fa76 Don't use variable-length arrays. by Elliott Hughes · 13 years ago
  54. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  55. 141b0c7 Enable all tests on x86, add assertions by Ian Rogers · 13 years ago
  56. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 13 years ago
  57. f7d9ad3 Enable all JNI internal compiler tests on the host. by Ian Rogers · 13 years ago
  58. b5d09b2 Method prologue and epilogues, add missing x86 functionality. by Ian Rogers · 13 years ago
  59. 94bbf88 Fix the build by adding #if defined(ART_USE_LLVM_COMPILER) by Shih-wei Liao · 13 years ago
  60. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  61. f3773f0 Move finalizer registration into managed code by Ian Rogers · 13 years ago
  62. a92853e Spot NULL jobjects passed to MonitorEnter/MonitorExit. by Elliott Hughes · 13 years ago
  63. 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 13 years ago
  64. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  65. dc18020 Avoid getSuperclass being native. by Ian Rogers · 14 years ago
  66. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 14 years ago
  67. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  68. 3625812 Disable death test on the target as well by Brian Carlstrom · 14 years ago
  69. e343b76 Stub to capture method entry/exit. by jeffhao · 14 years ago
  70. 1de898b Disable death test on the host by Brian Carlstrom · 14 years ago
  71. 25e79a5 Be compatible with dalvikvm on calls to env->NewString(NULL, 0); by Jesse Wilson · 14 years ago
  72. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  73. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 14 years ago
  74. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 14 years ago
  75. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 14 years ago
  76. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  77. e608763 Dump the pending exception when CheckJNI spots a call to a function that requires there to be no pending exception. by Elliott Hughes · 14 years ago
  78. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 14 years ago
  79. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 14 years ago
  80. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 14 years ago
  81. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 14 years ago
  82. b17d08b GetFieldID should throw NoSuchFieldFound rather than NoClassDefFound by Ian Rogers · 14 years ago
  83. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  84. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 14 years ago
  85. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  86. 90a3369 Switch to UniquePtr. by Elliott Hughes · 14 years ago
  87. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 14 years ago
  88. a250199 Add -Xcheck:jni. by Elliott Hughes · 14 years ago
  89. 9f30b38 Externalize test code by Brian Carlstrom · 14 years ago
  90. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 14 years ago
  91. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 14 years ago
  92. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 14 years ago
  93. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 14 years ago
  94. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 14 years ago
  95. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 14 years ago
  96. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 14 years ago
  97. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 14 years ago
  98. bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 14 years ago
  99. c143c55 Updating the compiler to use the new-world model by buzbee · 14 years ago
  100. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 14 years ago