Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:50 Go to next message
Taras Tielkes is currently offline Taras TielkesFriend
Messages: 38
Registered: July 2009
Member
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 09:44 Go to previous message
Andreas Buchen is currently offline Andreas BuchenFriend
Messages: 123
Registered: July 2009
Senior Member
> 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: Tue Apr 23 16:59:53 GMT 2024

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

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

Back to the top