• Home
Name Date Size #Lines LOC

..--

include/06-Sep-2024-2,5541,871

Android.bpD06-Sep-20243.8 KiB139131

LICENSED06-Sep-20241.4 KiB3023

MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTIOND06-Sep-20240

OpenjdkJvmTi.ccD06-Sep-202464.2 KiB1,6651,417

README.mdD06-Sep-2024297 86

alloc_manager.ccD06-Sep-20249.6 KiB218133

alloc_manager.hD06-Sep-20244.4 KiB11665

art_jvmti.hD06-Sep-202413.9 KiB359249

deopt_manager.ccD06-Sep-202421.3 KiB529385

deopt_manager.hD06-Sep-20247.6 KiB194107

events-inl.hD06-Sep-202432.2 KiB703584

events.ccD06-Sep-202465 KiB1,6711,360

events.hD06-Sep-202419.6 KiB451287

jvmti_allocator.hD06-Sep-20245.3 KiB176114

jvmti_weak_table-inl.hD06-Sep-202413.6 KiB410293

jvmti_weak_table.hD06-Sep-20248.7 KiB228144

object_tagging.ccD06-Sep-20243.1 KiB10054

object_tagging.hD06-Sep-20243.8 KiB10860

ti_allocator.ccD06-Sep-20243 KiB9652

ti_allocator.hD06-Sep-20242.3 KiB6623

ti_breakpoint.ccD06-Sep-20247.4 KiB195145

ti_breakpoint.hD06-Sep-20243 KiB9949

ti_class.ccD06-Sep-202443.8 KiB1,172942

ti_class.hD06-Sep-20244.5 KiB10553

ti_class_definition.ccD06-Sep-20248.5 KiB213147

ti_class_definition.hD06-Sep-20245.6 KiB172100

ti_class_loader-inl.hD06-Sep-20242.9 KiB7535

ti_class_loader.ccD06-Sep-20248.4 KiB191127

ti_class_loader.hD06-Sep-20244.2 KiB10045

ti_ddms.ccD06-Sep-20243.4 KiB9150

ti_ddms.hD06-Sep-20242.1 KiB5417

ti_dump.ccD06-Sep-20243.5 KiB9449

ti_dump.hD06-Sep-20241.9 KiB5314

ti_extension.ccD06-Sep-202430.2 KiB752639

ti_extension.hD06-Sep-20242.5 KiB6121

ti_field.ccD06-Sep-202412 KiB340270

ti_field.hD06-Sep-20243.3 KiB8239

ti_heap.ccD06-Sep-202477.1 KiB1,9921,635

ti_heap.hD06-Sep-20243.6 KiB11473

ti_jni.ccD06-Sep-20243.3 KiB9241

ti_jni.hD06-Sep-20242.5 KiB5912

ti_logging.ccD06-Sep-20245.7 KiB163108

ti_logging.hD06-Sep-20243.6 KiB10556

ti_method.ccD06-Sep-202447.7 KiB1,3021,107

ti_method.hD06-Sep-20244.9 KiB11564

ti_monitor.ccD06-Sep-202414.4 KiB442303

ti_monitor.hD06-Sep-20242.5 KiB6419

ti_object.ccD06-Sep-20245.5 KiB13890

ti_object.hD06-Sep-20242 KiB5213

ti_phase.ccD06-Sep-20245.7 KiB160107

ti_phase.hD06-Sep-20242.3 KiB7022

ti_properties.ccD06-Sep-20248.5 KiB237162

ti_properties.hD06-Sep-20242 KiB5213

ti_redefine.ccD06-Sep-2024135.4 KiB3,1552,597

ti_redefine.hD06-Sep-202415.3 KiB370243

ti_search.ccD06-Sep-202414.6 KiB406298

ti_search.hD06-Sep-20242.3 KiB6019

ti_stack.ccD06-Sep-202454.9 KiB1,4381,130

ti_stack.hD06-Sep-20244.8 KiB13279

ti_thread.ccD06-Sep-202443.4 KiB1,156878

ti_thread.hD06-Sep-20248.7 KiB19396

ti_threadgroup.ccD06-Sep-202410.1 KiB285201

ti_threadgroup.hD06-Sep-20242.5 KiB6122

ti_timers.ccD06-Sep-20243 KiB9446

ti_timers.hD06-Sep-20242 KiB5213

transform.ccD06-Sep-20249.3 KiB223158

transform.hD06-Sep-20242.6 KiB7227

README.md

1openjdkjvmti plugin
2====
3
4This is a partial implementation of the JVMTI v1.2 interface for the android
5runtime as a plugin. This allows the use of agents that can modify the running
6state of the program by modifying dex files in memory and performing other
7operations on the global runtime state.
8