1. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  2. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  3. 166aaee ART: Fix type parameter in tests by Andreas Gampe · 8 years ago
  4. f652d60 [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 9 years ago
  5. 48ee356 ART: Ignore result for exception-case JNIEndWithReference by Andreas Gampe · 9 years ago
  6. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  7. 1dd61ba ART: A workaround for a wrongly-read caller's frame by Vladimir Kostyukov · 10 years ago
  8. ad61517 Fix wrong handling of Generic JNI not finding native method. by Andreas Gampe · 10 years ago
  9. 7a0e504 More JNI compiler tests and small fix by Andreas Gampe · 10 years ago
  10. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 12 years ago
  11. 3e778f7 Fix JNI stubs for synchronized native methods with double/long arguments in low registers. by Elliott Hughes · 12 years ago
  12. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  13. c779284 Fix bug in JNI compiler AAPCS padding calculation by Ian Rogers · 12 years ago
  14. 1cefdbd Test invocation of static methods through JNI stub by Ian Rogers · 12 years ago
  15. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  16. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  17. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 13 years ago
  18. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  19. b9231c8 Test arg passing for arraycopy. by Ian Rogers · 13 years ago
  20. 9b269d2 Fix bug in long arguments for JNI on x86 by Ian Rogers · 13 years ago
  21. 558788e Testing the decoding of JObject. by Shih-wei Liao · 13 years ago
  22. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
  23. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  24. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago