commit | 77fee87b262e969b29a9ac121a8bcbf87b68d9ce | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Sep 05 14:51:49 2017 -0700 |
committer | Alex Light <allight@google.com> | Thu Sep 14 09:57:03 2017 -0700 |
tree | 3280ba8d887045217bfbcb81eb624f571eeee7d0 | |
parent | ec995142998f6c7371734e6df95b5e2c80b18d27 [diff] |
Add support for JVMTI monitor events. Adds support for the JVMTI can_generate_monitor_events capability and all associated events. This adds support for the JVMTI_EVENT_MONITOR_WAIT, JVMTI_EVENT_MONITOR_WAITED, JVMTI_EVENT_MONITOR_CONTENDED_ENTER, and JVMTI_EVENT_MONITOR_CONTENDED_ENTERED events. Bug: 65558434 Bug: 62821960 Bug: 34415266 Test: ./test.py --host -j50 Change-Id: I0fe8038e6c4249e77d37a67e5056b5d2a94b6f48