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

..--

breakpoint-logger/23-Nov-2023-570479

dump-jvmti-state/23-Nov-2023-200146

field-null-percent/23-Nov-2023-478371

jit-load/23-Nov-2023-267204

simple-force-redefine/23-Nov-2023-435364

ti-fast/23-Nov-2023-910752

titrace/23-Nov-2023-1,021832

wrapagentproperties/23-Nov-2023-445366

README.mdD23-Nov-2023495 1512

README.md

1# JVMTI Agents
2
3This is the collection of various jvmti agents that we have created for debugging or testing the
4runtime. Most of these work on both the RI and ART, on both host and device.
5
6## Agents
7
8* [libbreakpointlogger](./breakpoint-logger)
9* [libdumpjvmti](./dump-jvmti-state)
10* [libfieldnull](./field-null-percent)
11* [libjitload](./jit-load)
12* [libforceredefine](./simple-force-redefine)
13* [litifast](./ti-fast)
14* [libtitrace](./titrace)
15* [libwrapagentproperties](./wrapagentproperties)