Home | History | Annotate | only in /art/tools/jvmti-agents
Up to higher level directory
NameDateSize
breakpoint-logger/22-Oct-2020
dump-jvmti-state/22-Oct-2020
field-null-percent/22-Oct-2020
jit-load/22-Oct-2020
README.md22-Oct-2020495
simple-force-redefine/22-Oct-2020
ti-fast/22-Oct-2020
titrace/22-Oct-2020
wrapagentproperties/22-Oct-2020

README.md

      1 # JVMTI Agents
      2 
      3 This is the collection of various jvmti agents that we have created for debugging or testing the
      4 runtime. 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)