1. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 10 years ago
  2. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 10 years ago
  3. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  4. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 10 years ago
  5. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  6. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  7. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  8. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  9. 56890e2 Modified functions to return pointers where appropriate by Fred Shih · 10 years ago
  10. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  11. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  12. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  13. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  14. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  15. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  16. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  17. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  18. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  19. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  20. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  21. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  22. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  23. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  24. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  25. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  26. 3b60fea Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT. by Mathieu Chartier · 10 years ago
  27. 92b7889 Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegion by Mathieu Chartier · 10 years ago
  28. 35d5c3b art: fix dlopen error message by Colin Cross · 10 years ago
  29. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  30. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  31. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  32. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  33. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 10 years ago
  34. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  35. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  36. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  37. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 10 years ago
  38. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  39. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  40. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  41. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  42. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  43. 32a6c7f Merge "Remove using mirror::* in jni internal." by Mathieu Chartier · 11 years ago
  44. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  45. 8e611d3 Fix function names in CHECK_NON_NULL_ARGUMENT. by Narayan Kamath · 11 years ago
  46. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  47. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  48. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  49. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  50. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  51. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  52. 8f4be93 Visit libraries roots in JavaVMExt::VisitRoots by Mathieu Chartier · 11 years ago
  53. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  54. 3e8b2e1 Fix bugs in ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  55. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 11 years ago
  56. e8c48db Fix NewLocalRef, NewGlobalRef to handle cleared weak globals. by Mathieu Chartier · 11 years ago
  57. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  58. 62509b6 Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 11 years ago
  59. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  60. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  61. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  62. 775c496 resolved conflicts for merge of b926b3c6 to dalvik-dev by Brian Carlstrom · 11 years ago
  63. ce88853 Have JNI FindClass fall back to system ClassLoader Bug: 10994325 by Brian Carlstrom · 11 years ago
  64. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  65. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  66. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  67. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  68. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  69. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  70. 3b7ffa1 Support apps that pass JNI_VERSION_1_1 to GetEnv. by Elliott Hughes · 11 years ago
  71. 4ffdc6b Allow NULL JNI arguments for length 0 memcpys. by Ian Rogers · 11 years ago
  72. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  73. aa836f7 Fix PushLocalFrame(0). by Elliott Hughes · 11 years ago
  74. d2b0f33 Merge "Fix up TODO: c++0x, update cpplint." into dalvik-dev by Mathieu Chartier · 11 years ago
  75. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  76. bc93966 Prevent segvs in JNI. by Ian Rogers · 11 years ago
  77. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  78. 85affca Not all shared libraries have a JNI_OnLoad. by Elliott Hughes · 11 years ago
  79. 7935372 Handle JNI_ERR results from JNI_OnLoad functions specially. by Elliott Hughes · 11 years ago
  80. 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  81. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  82. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  83. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/jni_internal.cc]
  84. 534f2b6 Fix GetDirectBufferrAddress to use GetLongField. by Jeff Hao · 11 years ago
  85. 7d658cf Fix -Xint mode. by Sebastien Hertz · 11 years ago
  86. 3dd9f76 Interpret methods invoked via JNI in interpreter only mode. by Jeff Hao · 11 years ago
  87. 2010a60 Disable -Xjnigreflimit: in art too. by Elliott Hughes · 11 years ago
  88. eac1880 am 75fe90cd: Improve exception detail with JNI_OnLoad issues by Brian Carlstrom · 11 years ago
  89. 75fe90c Improve exception detail with JNI_OnLoad issues by Brian Carlstrom · 11 years ago
  90. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  91. bddf976 Fix JNI_CreateJavaVM signature to match jni.h by Brian Carlstrom · 11 years ago
  92. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  93. b568121 Port 1abc689a32fc20b38227060e4da5e0934df8fc19 and e5d14162ff278c41e09c42769cc31401feeeba18 to art. by Elliott Hughes · 11 years ago
  94. 5a125bd Merge "Track libcore DirectByteBuffer change." into dalvik-dev by Elliott Hughes · 11 years ago
  95. aecb5f3 Track libcore DirectByteBuffer change. by Elliott Hughes · 11 years ago
  96. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  97. 7a54946 Pass NULL as receiver for static methods for ArgArray builder. by Jeff Hao · 11 years ago
  98. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  99. 19c5d37 Fix build breakage caused by bad merge. by Jeff Hao · 11 years ago
  100. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago