Skip to main content



      Home
Home » Archived » Memory Analyzer (MAT) » Thread details view: meaning of "Status" field
Thread details view: meaning of "Status" field [message #3919] Sun, 31 August 2008 09:50 Go to next message
Eclipse UserFriend
Hi,

What's the meaning of the "Status" value in the thread details view?
At the moment I'm looking at a value of "5".

-tt
Re: Thread details view: meaning of "Status" field [message #3947 is a reply to message #3919] Mon, 01 September 2008 05:44 Go to previous message
Eclipse UserFriend
> What's the meaning of the "Status" value in the thread details view?

I fear this value has not much meaning. It it is the value of the the
threadStatus field of the java.lang.Thread class and which is returned
(somehow) by the java.lang.Thread#getState() method. However, the value is
converted into the actual state through some native code. So the value
depends on the VM implementation and probably the OS. The only value of
direct outside meaning is the 0, which means the thread is not yet
initialized. If you are interested, take a look at the source of the JDK.
There are some comments.
Previous Topic:class histogram presented as package treetable
Next Topic:Allegedly invalid HPROF file
Goto Forum:
  


Current Time: Fri Apr 25 06:12:58 EDT 2025

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

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

Back to the top