summaryrefslogtreecommitdiff
path: root/openjdkjvmti/events.h
AgeCommit message (Expand)Author
2023-04-12Fix "readability-duplicate-includes" clang-tidy issues Stefano Cianciulli
2020-07-16Fix ddm.publish_chunk extension to prevent deadlock Alex Light
2019-11-19Revert^4 "Initial support for adding virtuals with structural redefinition" Alex Light
2019-11-19Revert^3 "Initial support for adding virtuals with structural redefinition" Alex Light
2019-11-18Revert^2 "Initial support for adding virtuals with structural redefinition" Alex Light
2019-11-18Revert "Initial support for adding virtuals with structural redefinition" Nicolas Geoffray
2019-11-16Initial support for adding virtuals with structural redefinition Alex Light
2019-10-30Add more standard structural redefinition entrypoints Alex Light
2019-08-13Add obsolete object event Alex Light
2019-06-10JVMTI Force early return Alex Light
2019-05-09Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" Alex Light
2019-05-06Revert "Correctly handle thread deopt with thread-specific JVMTI events" Alex Light
2019-05-03Correctly handle thread deopt with thread-specific JVMTI events Alex Light
2019-04-10Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" Alex Light
2019-04-08Revert "Perform SetEvent under the user_code_suspend_count_lock_" Alex Light
2019-04-04Perform SetEvent under the user_code_suspend_count_lock_ Alex Light
2019-03-12Revert^4 "Remove Global deopt requirement for several jvmti events" Alex Light
2019-03-12Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" Nicolas Geoffray
2019-03-11Revert^2 "Remove Global deopt requirement for several jvmti events" Alex Light
2019-03-09Revert "Remove Global deopt requirement for several jvmti events" Nicolas Geoffray
2019-03-08Remove Global deopt requirement for several jvmti events Alex Light
2018-11-12Emit JVMTI events for LockSupport.park Charles Munger
2018-10-11Revert^4 "JVMTI PopFrame support" Alex Light
2018-03-06Remove FramePop trace listener if no outstanding events Alex Light
2018-01-22Change envs_lock_ to a ReaderWriterMutex Alex Light
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2017-12-02Merge "Ensure that updates to the global event mask are atomic" Treehugger Robot
2017-12-01Ensure that updates to the global event mask are atomic Alex Light
2017-11-29Ensure single-step always causes global deopt Alex Light
2017-11-20Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" Alex Light
2017-11-20Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." Alex Light
2017-11-20Make JVMTI DisposeEnvironment and GetEnv thread safe. Alex Light
2017-11-14Add JVMTI DDMS extension method and event. Alex Light
2017-10-30Avoid JVMTI global deoptimization when possible Alex Light
2017-09-18Cleanup and consolidate JVMTI event code. Alex Light
2017-09-14Add support for JVMTI monitor events. Alex Light
2017-08-29JVMTI NotifyFramePop support Alex Light
2017-07-31ART: Move openjdkjvmti to art/ Andreas Gampe