You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
608 B

# 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)