summaryrefslogtreecommitdiff
path: root/runtime/entrypoints_order_test.cc
AgeCommit message (Expand)Author
2024-08-28x86_64: Add instrinsic for MethodHandle::invokeExact... Almaz Mingaleev
2024-08-01Rework exception delivery and deoptimization Chris Jones
2024-07-31Add support for the experimental on-demand tracing Mythri Alle
2024-07-15Revert^2 "Use a current entry pointer instead of index for the method trace b... Mythri Alle
2024-07-11Revert "Use a current entry pointer instead of index for the method trace buf... Nicolas Geoffray
2024-07-11Use a current entry pointer instead of index for the method trace buffer Mythri Alle
2024-06-20Replace `ScopedAssertNoNewTransactionRecords`... Vladimir Marko
2024-01-18Add visibility attributes in runtime/e* Dmitrii Ishcheikin
2023-12-20Revert^18 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-12-19Revert^17 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-12-19Revert^16 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-09-09Revert "Revert^14 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-09-09Revert^14 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-08-24Revert "Revert^12 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-08-23Revert^12 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-08-15Revert "Revert^10 "Thread suspension cleanup and deadlock fix"""" Hans Boehm
2023-08-14Revert^10 "Thread suspension cleanup and deadlock fix""" Hans Boehm
2023-06-14Replace GcRoots in the verifier to use VariableSizedHandleScope. Nicolas Geoffray
2023-03-29Revert "Revert^8 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-03-29Revert^8 "Thread suspension cleanup and deadlock fix" Hans Boehm
2023-01-16We no longer use instrumentation stubs remove the support code Mythri Alle
2023-01-06Revert "Revert^6 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2023-01-06Revert^6 "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-12-15Update method tracing to use per-thread buffer Mythri Alle
2022-10-22Revert "Revert^4 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2022-10-21Revert^4 "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-10-14ART: Speed up some gtests. Vladimir Marko
2022-10-13Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" Hans Boehm
2022-10-12Revert^2 "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-10-11Update java.lang.String* from jdk-11.0.13-ga Victor Chang
2022-09-10Revert "Thread suspension cleanup and deadlock fix" Hans Boehm
2022-09-09Thread suspension cleanup and deadlock fix Hans Boehm
2022-07-06Reland^2 "Don't use instrumentation stubs for native methods in debuggable" Mythri Alle
2022-07-04Revert "Reland "Don't use instrumentation stubs for native methods in debugga... Mythri Alle
2022-07-04Reland "Don't use instrumentation stubs for native methods in debuggable" Mythri Alle
2022-06-24Revert "Don't use instrumentation stubs for native methods in debuggable" Mythri Alle
2022-06-24Don't use instrumentation stubs for native methods in debuggable Mythri Alle
2021-12-14JNI: Inline fast-path for `JniMethodEnd()`. Vladimir Marko
2021-11-26Clean up JNI entrypoint assembly. Vladimir Marko
2021-11-23Revert^2 "JNI: Rewrite locking for synchronized methods." Vladimir Marko
2021-11-23Revert "JNI: Rewrite locking for synchronized methods." Vladimir Marko
2021-11-22JNI: Rewrite locking for synchronized methods. Vladimir Marko
2021-11-17JNI: Faster mutator locking during transition. Vladimir Marko
2021-11-09Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" Mythri Alle
2021-11-02Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." Vladimir Marko
2021-11-01Revert "Add support for calling entry / exit hooks directly from JIT code" Mythri Alle
2021-11-01Add support for calling entry / exit hooks directly from JIT code Mythri Alle
2021-10-19Revert "JNI: Remove `JniMethodFast{Start,End}()`." Vladimir Marko
2021-10-19JNI: Remove `JniMethodFast{Start,End}()`. Vladimir Marko
2021-10-08Remove unused fields in Thread. Nicolas Geoffray