summaryrefslogtreecommitdiff
path: root/openjdkjvmti/ti_thread.h
AgeCommit message (Expand)Author
2019-06-10JVMTI Force early return Alex Light
2019-04-09Revert^2 "Use RAII for preventing user-code suspensions" Alex Light
2019-04-08Revert "Use RAII for preventing user-code suspensions" Alex Light
2019-04-04Use RAII for preventing user-code suspensions Alex Light
2018-10-11Revert^4 "JVMTI PopFrame support" Alex Light
2018-03-23Remove unneeded ScopedGCCriticalSections from openjdkjvmti. Alex Light
2017-11-01Revert "Revert "Prevent races with GC when transferring objects between threa... Alex Light
2017-10-31Revert "Prevent races with GC when transferring objects between threads" Alex Light
2017-10-30Prevent races with GC when transferring objects between threads Alex Light
2017-10-02Implement JVMTI can_signal_thread capability. Alex Light
2017-09-25Consolidate all JVMTI jthread decoding. Alex Light
2017-08-24Fix issue with RawMonitors around thread suspension. Alex Light
2017-08-21Fix interaction of VMInit and ThreadStart events. Alex Light
2017-07-31ART: Move openjdkjvmti to art/ Andreas Gampe