art/tools/jvmti-agents/README.md

18 lines
608 B
Markdown
Raw Normal View History

2025-08-25 08:21:32 +08:00
# JVMTI Agents
This is the collection of various jvmti agents that we have created for debugging or testing the
runtime. Most of these work on both the RI and ART, on both host and device.
## Agents
* [libbreakpointlogger](./breakpoint-logger)
* [libdumpjvmti](./dump-jvmti-state)
* [libenablevlog](./enable-vlog)
* [libfieldnull](./field-null-percent)
* [libjitload](./jit-load)
* [liblistextensions](./list-extensions)
* [libforceredefine](./simple-force-redefine)
* [libsimpleprofile](./simple-profile)
* [litifast](./ti-fast)
* [libtitrace](./titrace)
* [libwrapagentproperties](./wrapagentproperties)