1. c3db254 Revert^2 "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 6 months ago
  2. 4501517 Revert "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 6 months ago
  3. 511392f Add hooks in palette for reporting JNI invocations. by Nicolas Geoffray · 3 years, 6 months ago
  4. 34ce1b8 Clean up transitions in JniMethodEnd. by Vladimir Marko · 3 years, 7 months ago
  5. 68e8a7c Clean up JniMethodStart(). by Vladimir Marko · 3 years, 8 months ago
  6. c714f40 Fix crash on error paths from GenericJNI trampoline. by Vladimir Marko · 3 years, 8 months ago
  7. 0eebdcc Fix jclass read barrier in GenericJNI. by Vladimir Marko · 3 years, 8 months ago
  8. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 8 months ago
  9. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 8 months ago
  10. a746c63 Remove unsed artLookupResolvedMethod. by Nicolas Geoffray · 3 years, 8 months ago
  11. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 3 years, 9 months ago
  12. 47213e4 Small cleanups in artInvokeInterfaceTrampoline by Nicolas Geoffray · 3 years, 10 months ago
  13. 4ebb99c Fully honor the "WithChecks" in the alloc entrypoints. by Nicolas Geoffray · 3 years, 9 months ago
  14. 4b9f86b Cyclic-includes should be avoided by Alex Light · 4 years ago
  15. 8d34a18 Change interface conflict stub to take the interface method. by Nicolas Geoffray · 4 years, 1 month ago
  16. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 4 years, 1 month ago
  17. 1de6f01 Another fix for the resolution trampoline and invokesuper. by Nicolas Geoffray · 4 years, 1 month ago
  18. 25b9c7d Don't store copied methods in BSS. by Nicolas Geoffray · 4 years, 1 month ago
  19. 1fef877 Handle more cases of super calls in the compiler. by Nicolas Geoffray · 4 years, 1 month ago
  20. b839c49 Use the resolved method of an invoke super when updating BSS. by Nicolas Geoffray · 4 years, 1 month ago
  21. d5bcc72 More inclusive language updates by Orion Hodson · 4 years, 3 months ago
  22. 6aaa49d Inclusive language fixes by Orion Hodson · 4 years, 3 months ago
  23. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 3 months ago
  24. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 5 months ago
  25. 396198b Handle unresolved field type in compiler. by Nicolas Geoffray · 4 years, 4 months ago
  26. 50df0c4 Adjust code lookup logic in artQuickResolutionTrampoline. by Nicolas Geoffray · 4 years, 5 months ago
  27. 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 4 years, 5 months ago
  28. c4b8310 Do not update method's entrypoint in resolution trampoline. by Vladimir Marko · 4 years, 5 months ago
  29. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 5 months ago
  30. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 6 months ago
  31. 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 4 years, 6 months ago
  32. d8fd599 Reland^2 "Add consistency CHECKs around ArtMethod fields." by Nicolas Geoffray · 4 years, 8 months ago
  33. 5945de0 Revert "Revert "Revert "Add consistency CHECKs around ArtMethod fields.""" by Nicolas Geoffray · 4 years, 8 months ago
  34. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  35. f994025 Revert "Revert "Add consistency CHECKs around ArtMethod fields."" by Nicolas Geoffray · 4 years, 8 months ago
  36. 2925311 Prevent entering IMT conflict trampoline with j.l.Object methods. by Nicolas Geoffray · 4 years, 8 months ago
  37. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 4 years, 8 months ago
  38. 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 4 years, 8 months ago
  39. 5c33d35 Reinstate exception check in GenericJni stubs. by Vladimir Marko · 4 years, 8 months ago
  40. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 4 years, 9 months ago
  41. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 9 months ago
  42. 2f78a9c Revert^2 "Improve stack unwinding during gcstress tests." by David Srbecky · 4 years, 9 months ago
  43. 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 9 months ago
  44. 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 9 months ago
  45. 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 4 years, 10 months ago
  46. eeae32b Revert "Add consistency CHECKs around ArtMethod fields." by Mathieu Chartier · 4 years, 10 months ago
  47. c9af14e Add comment & refactor check for Obsolete class in FindFieldFromCode by Alex Light · 4 years, 10 months ago
  48. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 4 years, 11 months ago
  49. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 11 months ago
  50. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 4 years, 11 months ago
  51. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  52. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 4 years, 11 months ago
  53. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  54. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 4 years, 11 months ago
  55. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  56. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 5 years ago
  57. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
  58. c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
  59. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  60. 382df39 Add consistency CHECKs around ArtMethod fields. by Nicolas Geoffray · 5 years ago
  61. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  62. 47d2947 Revert "Improve stack unwinding during gcstress tests." by David Srbecky · 5 years ago
  63. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  64. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  65. 623d4f1 Share boot image methods memory in JIT zygote. by Nicolas Geoffray · 5 years ago
  66. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  67. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  68. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  69. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  70. 357d4db Improve stack unwinding during gcstress tests. by David Srbecky · 5 years ago
  71. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 5 years ago
  72. baa81b5 Use ClassStatus::kVisiblyInitialized in interpreter. by Vladimir Marko · 5 years ago
  73. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  74. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  75. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  76. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 5 years ago
  77. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 5 years ago
  78. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  79. 743600d ARM/ARM64: Clean up artFindNativeMethod(). by Vladimir Marko · 5 years ago
  80. e42a4b9 Optimize stack maps: add fast path for no inline info. by David Srbecky · 5 years ago
  81. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  82. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  83. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
  84. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  85. 21a6ec5 ART: Add VLOG to GenericJNI by Andreas Gampe · 6 years ago
  86. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  87. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  88. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
  89. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 6 years ago
  90. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  91. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  92. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 6 years ago
  93. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  94. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  95. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  96. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  97. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  98. 62e7c09 Put the deoptimized method in the trace tag. by Nicolas Geoffray · 6 years ago
  99. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  100. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago