|
Re: Thread details view: meaning of "Status" field [message #3947 is a reply to message #3919] |
Mon, 01 September 2008 05:44  |
Eclipse User |
|
|
|
> 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.
|
|
|
Powered by
FUDForum. Page generated in 0.06261 seconds