[go: up one dir, main page]

0% found this document useful (0 votes)
81 views1 page

Heap Dump - Thread Dummp-Jvm-GC

A memory leak occurs in Java when an object that should be garbage collected is still living in memory due to an unintentional strong reference. A thread dump or heap dump can help identify memory leaks by showing objects still in memory. More details on garbage collection and identifying memory leaks can be found at the provided URL.

Uploaded by

prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views1 page

Heap Dump - Thread Dummp-Jvm-GC

A memory leak occurs in Java when an object that should be garbage collected is still living in memory due to an unintentional strong reference. A thread dump or heap dump can help identify memory leaks by showing objects still in memory. More details on garbage collection and identifying memory leaks can be found at the provided URL.

Uploaded by

prem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

JVM

Thread

Heap Dump

Thread Dump

Memory leak: If an object, which is supposed to be collected but still lives in memory due
to unintentional strong reference then it's known as a memory leak in Java

Read more: http://javarevisited.blogspot.com/2011/04/garbage-collection-in-
java.html#ixzz4mzhjTfqm

You might also like