Skip to content
Nicholas Whitehead edited this page Feb 14, 2017 · 1 revision

The NativeJavaAgent is a JVMTI library supported by a Java library that allows you to:

  • Get a count of the number of objects in the heap of a specific type or a type and any type that inherit/implement from that type.
  • Acquire an object array of all the objects in the heap of a specific type or a type and any type that inherit/implement from that type.
Clone this wiki locally