Crossfire JXClient, Trunk
Functions
build/windows-installer/unpacked/java-se-8u41-ri/demo/jvmti/heapViewer/README.txt File Reference

Functions

heapViewer This agent library demonstrates how to get an easy view of the heap in terms of total object count and space used It uses GetLoadedClasses ()
 
heapViewer This agent library demonstrates how to get an easy view of the heap in terms of total object count and space used It uses and IterateThroughHeap () to count up all the objects of all the current loaded classes. The heap dump will happen at the event JVMTI_EVENT_VM_DEATH
 
heapViewer This agent library demonstrates how to get an easy view of the heap in terms of total object count and space used It uses SetTag ()
 

Function Documentation

◆ GetLoadedClasses()

heapViewer This agent library demonstrates how to get an easy view of the heap in terms of total object count and space used It uses GetLoadedClasses ( )

◆ IterateThroughHeap()

heapViewer This agent library demonstrates how to get an easy view of the heap in terms of total object count and space used It uses and IterateThroughHeap ( )

◆ SetTag()

heapViewer This agent library demonstrates how to get an easy view of the heap in terms of total object count and space used It uses SetTag ( )