| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| Android.bp | 05-Oct-2017 | 2K | |
| art_jvmti.h | 05-Oct-2017 | 8.5K | |
| events-inl.h | 05-Oct-2017 | 13.3K | |
| events.cc | 05-Oct-2017 | 13.9K | |
| events.h | 05-Oct-2017 | 8.5K | |
| fixed_up_dex_file.cc | 05-Oct-2017 | 6.1K | |
| fixed_up_dex_file.h | 05-Oct-2017 | 2.9K | |
| include/ | 05-Oct-2017 | ||
| jvmti_allocator.h | 05-Oct-2017 | 5.1K | |
| jvmti_weak_table-inl.h | 05-Oct-2017 | 13.4K | |
| jvmti_weak_table.h | 05-Oct-2017 | 8.1K | |
| MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION | 05-Oct-2017 | 0 | |
| NOTICE | 05-Oct-2017 | 1.4K | |
| object_tagging.cc | 05-Oct-2017 | 2.4K | |
| object_tagging.h | 05-Oct-2017 | 2.9K | |
| OpenjdkJvmTi.cc | 05-Oct-2017 | 72K | |
| README.md | 05-Oct-2017 | 297 | |
| ti_class.cc | 05-Oct-2017 | 37.1K | |
| ti_class.h | 05-Oct-2017 | 3.7K | |
| ti_class_definition.cc | 05-Oct-2017 | 7.7K | |
| ti_class_definition.h | 05-Oct-2017 | 4.1K | |
| ti_class_loader.cc | 05-Oct-2017 | 9.3K | |
| ti_class_loader.h | 05-Oct-2017 | 4K | |
| ti_dump.cc | 05-Oct-2017 | 2.9K | |
| ti_dump.h | 05-Oct-2017 | 1.9K | |
| ti_field.cc | 05-Oct-2017 | 6.4K | |
| ti_field.h | 05-Oct-2017 | 2.7K | |
| ti_heap.cc | 05-Oct-2017 | 57.7K | |
| ti_heap.h | 05-Oct-2017 | 2.3K | |
| ti_jni.cc | 05-Oct-2017 | 3.2K | |
| ti_jni.h | 05-Oct-2017 | 2.5K | |
| ti_method.cc | 05-Oct-2017 | 13.3K | |
| ti_method.h | 05-Oct-2017 | 3.4K | |
| ti_monitor.cc | 05-Oct-2017 | 8.3K | |
| ti_monitor.h | 05-Oct-2017 | 2.3K | |
| ti_object.cc | 05-Oct-2017 | 2.7K | |
| ti_object.h | 05-Oct-2017 | 1.9K | |
| ti_phase.cc | 05-Oct-2017 | 5.6K | |
| ti_phase.h | 05-Oct-2017 | 2.3K | |
| ti_properties.cc | 05-Oct-2017 | 8.4K | |
| ti_properties.h | 05-Oct-2017 | 2.1K | |
| ti_redefine.cc | 05-Oct-2017 | 63.3K | |
| ti_redefine.h | 05-Oct-2017 | 10.9K | |
| ti_search.cc | 05-Oct-2017 | 10.3K | |
| ti_search.h | 05-Oct-2017 | 2K | |
| ti_stack.cc | 05-Oct-2017 | 25.4K | |
| ti_stack.h | 05-Oct-2017 | 3.1K | |
| ti_thread.cc | 05-Oct-2017 | 21.3K | |
| ti_thread.h | 05-Oct-2017 | 2.8K | |
| ti_threadgroup.cc | 05-Oct-2017 | 9.7K | |
| ti_threadgroup.h | 05-Oct-2017 | 2.5K | |
| ti_timers.cc | 05-Oct-2017 | 3K | |
| ti_timers.h | 05-Oct-2017 | 2K | |
| transform.cc | 05-Oct-2017 | 5.3K | |
| transform.h | 05-Oct-2017 | 2.6K | |
1 openjdkjvmti plugin 2 ==== 3 4 This is a partial implementation of the JVMTI v1.2 interface for the android 5 runtime as a plugin. This allows the use of agents that can modify the running 6 state of the program by modifying dex files in memory and performing other 7 operations on the global runtime state. 8