openj9
openj9 copied to clipboard
New DDR Command: `!findinstances`
This command is needed to profile the JVM and optimize JVM features. The command will output all the objects created using the given class. A summary that includes the total number of live and dead objects for the given class will also be outputted.
Usage:
!findinstances <class_name>