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