Listing Details| ID: | 120 |
| Title: | A deeper dive into heap analysis with IBM’s HeapAnalyzer - http://www.alphaworks.ibm.com/tech/heapanalyzer?open&S_TACT=105AGX59&S_CMP=GRsite-jw22 |
| Description: | Java heap dumps are snap shots of Java heaps at specific times. Java heap areas define objects, arrays, and classes. When the Garbage Collector allocates areas of storage in the heap, an object continues to be live while a reference to it exists somewhere in the active state of the JVM; therefore the object is reachable. When an object ceases to be referenced from the active state, it becomes garbage and can be reclaimed for reuse. |
| Category: | Performance software testing: Software performance monitoring |
| Link Owner: | |
| Date Added: | April 05, 2010 11:47:07 PM |
| Number Hits: | 26 |