1. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 6 years ago
  2. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 6 years ago
  3. c971eaf Basic structural redefinition support by Alex Light · 6 years ago
  4. f367747 Add ability to switch to index ids late. by Alex Light · 6 years ago
  5. 9e0099f Drop Core Platform API checks when JNI table updated by Orion Hodson · 6 years ago
  6. 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 6 years ago
  7. bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 6 years ago
  8. c1b34d4 Disable JNI native whitelist check by Orion Hodson · 6 years ago
  9. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  10. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  11. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  12. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
  13. 19f5416 ART: Remove runtime.h file_utils.h (iwyu) by Andreas Gampe · 6 years ago
  14. f41232e Incorporate additional feedback to native JNI checks by Orion Hodson · 6 years ago
  15. 077872d Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 6 years ago
  16. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
  17. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 6 years ago
  18. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  19. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  20. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  21. 338403c jni: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  22. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  23. d91de5f Fix JNI GetFieldId() signature check for "". by Vladimir Marko · 6 years ago
  24. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  25. c8b7d44 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 6 years ago
  26. 21b6568 Unload native libraries during shutdown. by Nicolas Geoffray · 6 years ago
  27. 2b076df Make jni_internal_test a CommonRuntimeTest. by Vladimir Marko · 6 years ago
  28. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 6 years ago
  29. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
  30. 9fdcedd ART: Disable SmallStack test for ASAN by Andreas Gampe · 6 years ago
  31. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 6 years ago
  32. c3ba7ee Fix use of native loader API. by Nicolas Geoffray · 6 years ago
  33. d9b3069 Move to C API of libnativeloader. by Nicolas Geoffray · 6 years ago
  34. 34b89b0 ART: Remove thread dump by Andreas Gampe · 6 years ago
  35. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  36. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  37. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  38. f50ac10 Simplify hidden_api.h logic by David Brazdil · 6 years ago
  39. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  40. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  41. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  42. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  43. 44b3174 ART: Mark move constructors with noexcept by Andreas Gampe · 6 years ago
  44. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  45. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  46. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  47. 947573e Log error message if CloseNativeLibrary fails by dimitry · 7 years ago
  48. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  49. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 7 years ago
  50. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  51. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  52. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  53. c0ed43e ART: Move CheckJNI to runtime/jni by Andreas Gampe · 7 years ago
  54. 22352f3 Add const to match <jni.h>. by Elliott Hughes · 7 years ago
  55. 3362d22 ART: Run ExceptionDescribe on error by Andreas Gampe · 7 years ago
  56. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  57. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  58. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 7 years ago
  59. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  60. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 7 years ago
  61. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago