1. 85affca Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 12 years ago
  2. 7935372 Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 12 years ago
  3. 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 12 years ago
  4. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  5. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  6. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/jni_internal.cc]
  7. 534f2b6 Fix GetDirectBufferrAddress to use GetLongField. by Jeff Hao · 12 years ago
  8. 7d658cf Fix -Xint mode. by Sebastien Hertz · 12 years ago
  9. 3dd9f76 Interpret methods invoked via JNI in interpreter only mode. by Jeff Hao · 12 years ago
  10. 2010a60 Disable -Xjnigreflimit: in art too. by Elliott Hughes · 12 years ago
  11. eac1880 am 75fe90cd: Improve exception detail with JNI_OnLoad issues by Brian Carlstrom · 12 years ago
  12. 75fe90c Improve exception detail with JNI_OnLoad issues by Brian Carlstrom · 12 years ago
  13. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  14. bddf976 Fix JNI_CreateJavaVM signature to match jni.h by Brian Carlstrom · 12 years ago
  15. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  16. b568121 Port 1abc689a32fc20b38227060e4da5e0934df8fc19 and e5d14162ff278c41e09c42769cc31401feeeba18 to art. by Elliott Hughes · 12 years ago
  17. 5a125bd Merge "Track libcore DirectByteBuffer change." into dalvik-dev by Elliott Hughes · 12 years ago
  18. aecb5f3 Track libcore DirectByteBuffer change. by Elliott Hughes · 12 years ago
  19. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  20. 7a54946 Pass NULL as receiver for static methods for ArgArray builder. by Jeff Hao · 12 years ago
  21. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  22. 19c5d37 Fix build breakage caused by bad merge. by Jeff Hao · 12 years ago
  23. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  24. 83a2532 Uniformly check JNI versions everywhere we use them. by Elliott Hughes · 12 years ago
  25. 8692215 Return JNI_ERR on bad version to AttachCurrentThread by Brian Carlstrom · 12 years ago
  26. bd86bcc Tracking rebase to jb-mr1-release by Brian Carlstrom · 12 years ago
  27. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  28. c8fece3 Port the Runtime.nativeLoad change to art. by Elliott Hughes · 13 years ago
  29. 11a796e Change NewDirectByteBuffer to allow NULL if capacity == 0. by Elliott Hughes · 13 years ago
  30. 96a9887 Improve JNI error checking to use JniAbort rather than CHECK. by Elliott Hughes · 13 years ago
  31. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 13 years ago
  32. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 13 years ago
  33. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  34. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  35. ef28b14 Remove some SOA from JNI internal. by Ian Rogers · 13 years ago
  36. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 13 years ago
  37. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  38. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 13 years ago
  39. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  40. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 13 years ago
  41. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  42. 84b2f14 Log if dlopen(3) fails. by Elliott Hughes · 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. 25e8b91 JNI ScopedObjectAccess tweaks for micro benchmarks. by Ian Rogers · 13 years ago
  45. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  46. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 13 years ago
  47. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  48. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  49. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  50. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  51. 7484741 Fix a bunch of lint. by Elliott Hughes · 13 years ago
  52. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 13 years ago
  53. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  54. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 13 years ago
  55. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 13 years ago
  56. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  57. 4d57143 DetachCurrentThread should return JNI_ERR on already detached thread by Brian Carlstrom · 13 years ago
  58. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 13 years ago
  59. ae80b49 Include JNI details in the SIGQUIT output. by Elliott Hughes · 13 years ago
  60. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  61. 712462a Fix load library race. by Ian Rogers · 13 years ago
  62. 4cacde8 Turn upcall argument type checking on with CheckJNI. by Elliott Hughes · 13 years ago
  63. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  64. 1d878f3 Add a default constructor to JValue. by Elliott Hughes · 13 years ago
  65. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  66. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
  67. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  68. 9c750f9 Ensure we don't AddLocalReference a bogus value when returning to native code from an upcall that threw. by Elliott Hughes · 13 years ago
  69. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  70. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 13 years ago
  71. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  72. ab7b9dc Actually track the JNI MonitorEnter/MonitorExit calls. by Elliott Hughes · 13 years ago
  73. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 13 years ago
  74. 462c944 Fix AttachCurrentThread to use the right thread group. by Elliott Hughes · 13 years ago
  75. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  76. 5147733 Fix sdk_x86 build by Brian Carlstrom · 13 years ago
  77. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  78. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 13 years ago
  79. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  80. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  81. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  82. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 13 years ago
  83. 45619fc Allocate small arg arrays on the stack by Ian Rogers · 13 years ago
  84. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  85. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  86. 60db5ab SIRT work around JNI support for legacy apps by Ian Rogers · 13 years ago
  87. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 13 years ago
  88. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  89. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 14 years ago
  90. 844f9a0 You can't call initCause on a ClassNotFoundException. by Elliott Hughes · 14 years ago
  91. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 14 years ago
  92. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 14 years ago
  93. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 14 years ago
  94. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 14 years ago
  95. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 14 years ago
  96. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  97. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 14 years ago
  98. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  99. 25e79a5 Be compatible with dalvikvm on calls to env->NewString(NULL, 0); by Jesse Wilson · 14 years ago
  100. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago