Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Memory Analyzer » Help in analyzing java.lang.ref.Finalizer in Heap dump analysis (Help in analyzing java.lang.ref.Finalizer in Heap dump)
Help in analyzing java.lang.ref.Finalizer in Heap dump analysis [message #1234071] Tue, 21 January 2014 07:05 Go to next message
suman kumar is currently offline suman kumarFriend
Messages: 1
Registered: January 2014
Junior Member
Hi, I am getting the below message in MAT heap dump analyzer overview section

The class "java.lang.ref.Finalizer", loaded by "<system class loader>", occupies 444,982,392 (85.34%) bytes. The memory is accumulated in class "java.lang.ref.Finalizer", loaded by "<system class loader>".

Can someone help me in decoding this issue? what could be going wrong here?


Re: Help in analyzing java.lang.ref.Finalizer in Heap dump analysis [message #1239066 is a reply to message #1234071] Mon, 03 February 2014 09:05 Go to previous messageGo to next message
Andrew Johnson is currently offline Andrew JohnsonFriend
Messages: 205
Registered: July 2009
Senior Member
Please try running some of the finalizer queries.

The easiest way is to run the 'Top Components' report, then look at the end for 'Finalizer Statistics'.

Andrew Johnson
Re: Help in analyzing java.lang.ref.Finalizer in Heap dump analysis [message #1272750 is a reply to message #1234071] Tue, 18 March 2014 17:15 Go to previous messageGo to next message
Krishna R is currently offline Krishna RFriend
Messages: 5
Registered: February 2011
Junior Member
Check stack of Finalizer thread. It is possible that a "finalize()" method is deadlocked/blocked causing thread to be stuck at this object, hence the remaining of the Finalizer queue is not processed and piles up.
Re: Help in analyzing java.lang.ref.Finalizer in Heap dump analysis [message #1481115 is a reply to message #1272750] Thu, 20 November 2014 19:33 Go to previous message
Todd Carmichael is currently offline Todd CarmichaelFriend
Messages: 3
Registered: October 2014
Junior Member
How do you find the Finalizer thread?
Previous Topic:Unsupported Segment Type 0 errors
Next Topic:Stopping command line report opening Windows error dialog
Goto Forum:
  


Current Time: Tue Apr 23 14:28:27 GMT 2024

Powered by FUDForum. Page generated in 0.02532 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top