1. 69944c9 ART: Properly check for attached thread in CheckJNI by Andreas Gampe · 6 years ago
  2. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  3. 9e937be Add check JNI tests for byte and 16-bit primitives. by Ian Rogers · 6 years ago
  4. ac4d45a Reduce the scope of CheckJNI. by Ian Rogers · 6 years ago
  5. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  6. 55256cb Extensions to check JNI. by Ian Rogers · 6 years ago
  7. e4033fa Loosen check:jni around GetStatic[...]Field by Alex Light · 6 years ago
  8. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  9. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  10. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  11. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  12. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  13. dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 8 years ago
  14. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  15. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  16. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  17. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  18. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  19. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  20. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  21. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  22. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 8 years ago
  23. 35e827a Fix JNIEnv-on-wrong-thread abort message. by Daniel Erat · 8 years ago
  24. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  25. 5f4a09a ART: Add CheckJNI lock checking by Andreas Gampe · 9 years ago
  26. 48ffe06 Made CheckJNI check varargs when possible by Alex Light · 9 years ago
  27. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  28. ef4afe9 ART: Print out hex for NewStringUTF failure by Andreas Gampe · 9 years ago
  29. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  30. 068361a Refine the canary pattern in RedZone by tony.ys_liu · 9 years ago
  31. b735bd9 Fix force copy by Mathieu Chartier · 9 years ago
  32. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  33. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  34. c50358b Fix access past end of args array. by Christopher Ferris · 9 years ago
  35. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  36. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  37. def194e ART: Do not read from JavaVMExt* after DestroyJavaVM by Andreas Gampe · 9 years ago
  38. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 9 years ago
  39. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  40. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  41. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  42. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  43. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  44. 51be0a7 Fix CallStaticVoidMethodA for testEverything by Marcus Oakland · 10 years ago
  45. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  46. a1e78fa Add null check to CheckVirtualMethod by Mathieu Chartier · 10 years ago
  47. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  48. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  49. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  50. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  51. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  52. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  53. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  54. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  55. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  56. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  57. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  58. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  59. ef7d42f Object model changes to support 64bit. by Ian Rogers · 10 years ago
  60. b73f31f Fix a typo in a comment. by Narayan Kamath · 10 years ago
  61. ef809d0 JNI: NewDirectByteBuffer should allow 0 length buffers. by Narayan Kamath · 10 years ago
  62. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  63. 77129ff Remove kNoCopyMagic. by Mathieu Chartier · 11 years ago
  64. 67fe2b4 Fix backwards check in CheckStaticMethod by Brian Carlstrom · 11 years ago
  65. 8e4d3ed Remove redundant complexity from JNI aborts. by Elliott Hughes · 11 years ago
  66. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  67. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  68. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  69. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  70. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/check_jni.cc]
  71. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  72. c4378df Make it possible to call JNIEnv::FatalError with a pending exception. by Elliott Hughes · 11 years ago
  73. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  74. 9365f58 Don't read trace from VM during destroy VM. by Ian Rogers · 11 years ago
  75. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  76. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  77. 83a2532 Uniformly check JNI versions everywhere we use them. by Elliott Hughes · 11 years ago
  78. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  79. 96a9887 Improve JNI error checking to use JniAbort rather than CHECK. by Elliott Hughes · 11 years ago
  80. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 11 years ago
  81. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  82. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  83. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  84. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  85. 9da7f59 Remove bogus assert in JniAbort. by Ian Rogers · 12 years ago
  86. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  87. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  88. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  89. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  90. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  91. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  92. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  93. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  94. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 12 years ago
  95. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  96. e84278b Stop saying "clazz". by Elliott Hughes · 12 years ago
  97. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  98. a8c7418 Ensure we get native stack traces from libcorkscrew for CheckJNI aborts. by Elliott Hughes · 12 years ago
  99. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  100. a15e67d Remove pad word from arrays by Ian Rogers · 12 years ago