• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

include/14-Jan-2024-2,5541,871

Android.bpD15-Dec-20243.8 KiB139131

LICENSED14-Jan-20241.4 KiB3023

MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTIOND14-Jan-20240

OpenjdkJvmTi.ccD15-Dec-202464.2 KiB1,6651,417

README.mdD14-Jan-2024297 86

alloc_manager.ccD15-Dec-20249.6 KiB218133

alloc_manager.hD14-Jan-20244.4 KiB11665

art_jvmti.hD14-Jan-202413.9 KiB359249

deopt_manager.ccD15-Dec-202421.3 KiB529385

deopt_manager.hD14-Jan-20247.6 KiB194107

events-inl.hD15-Dec-202432.2 KiB703584

events.ccD15-Dec-202465 KiB1,6711,360

events.hD14-Jan-202419.6 KiB451287

jvmti_allocator.hD15-Dec-20245.3 KiB176114

jvmti_weak_table-inl.hD15-Dec-202413.6 KiB410293

jvmti_weak_table.hD15-Dec-20248.7 KiB228144

object_tagging.ccD14-Jan-20243.1 KiB10054

object_tagging.hD14-Jan-20243.8 KiB10860

ti_allocator.ccD15-Dec-20243 KiB9652

ti_allocator.hD14-Jan-20242.3 KiB6623

ti_breakpoint.ccD15-Dec-20247.4 KiB195145

ti_breakpoint.hD14-Jan-20243 KiB9949

ti_class.ccD15-Dec-202443.8 KiB1,172942

ti_class.hD14-Jan-20244.5 KiB10553

ti_class_definition.ccD15-Dec-20248.5 KiB213147

ti_class_definition.hD14-Jan-20245.6 KiB172100

ti_class_loader-inl.hD14-Jan-20242.9 KiB7535

ti_class_loader.ccD14-Jan-20248.4 KiB191127

ti_class_loader.hD14-Jan-20244.2 KiB10045

ti_ddms.ccD14-Jan-20243.4 KiB9150

ti_ddms.hD14-Jan-20242.1 KiB5417

ti_dump.ccD14-Jan-20243.5 KiB9449

ti_dump.hD14-Jan-20241.9 KiB5314

ti_extension.ccD15-Dec-202430.2 KiB752639

ti_extension.hD14-Jan-20242.5 KiB6121

ti_field.ccD15-Dec-202412 KiB340270

ti_field.hD14-Jan-20243.3 KiB8239

ti_heap.ccD15-Dec-202477.1 KiB1,9921,635

ti_heap.hD14-Jan-20243.6 KiB11473

ti_jni.ccD15-Dec-20243.3 KiB9241

ti_jni.hD14-Jan-20242.5 KiB5912

ti_logging.ccD15-Dec-20245.7 KiB163108

ti_logging.hD14-Jan-20243.6 KiB10556

ti_method.ccD15-Dec-202447.7 KiB1,3021,107

ti_method.hD14-Jan-20244.9 KiB11564

ti_monitor.ccD15-Dec-202414.4 KiB442303

ti_monitor.hD14-Jan-20242.5 KiB6419

ti_object.ccD15-Dec-20245.5 KiB13890

ti_object.hD14-Jan-20242 KiB5213

ti_phase.ccD15-Dec-20245.7 KiB160107

ti_phase.hD14-Jan-20242.3 KiB7022

ti_properties.ccD15-Dec-20248.5 KiB237162

ti_properties.hD14-Jan-20242 KiB5213

ti_redefine.ccD15-Dec-2024135.4 KiB3,1552,597

ti_redefine.hD15-Dec-202415.3 KiB370243

ti_search.ccD15-Dec-202414.6 KiB406298

ti_search.hD14-Jan-20242.3 KiB6019

ti_stack.ccD15-Dec-202454.9 KiB1,4381,130

ti_stack.hD14-Jan-20244.8 KiB13279

ti_thread.ccD15-Dec-202443.4 KiB1,156878

ti_thread.hD14-Jan-20248.7 KiB19396

ti_threadgroup.ccD15-Dec-202410.1 KiB285201

ti_threadgroup.hD14-Jan-20242.5 KiB6122

ti_timers.ccD15-Dec-20243 KiB9446

ti_timers.hD14-Jan-20242 KiB5213

transform.ccD15-Dec-20249.3 KiB223158

transform.hD15-Dec-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