What does Thread Status mean [message #6669] |
Fri, 07 November 2008 06:59  |
Eclipse User |
|
|
|
Hello,
in the Thread Overview Table, every Thrad has an Thread Status. Can you
explain the status Codes (I got an 1025 but I dont know what it is) ?
If I look into the java6 api, the Status Codes are an enum (New,etc.).
Nevar
|
|
|
Re: What does Thread Status mean [message #6683 is a reply to message #6669] |
Fri, 07 November 2008 07:30  |
Eclipse User |
|
|
|
> in the Thread Overview Table, every Thrad has an Thread Status. Can you
> explain the status Codes (I got an 1025 but I dont know what it is) ?
> If I look into the java6 api, the Status Codes are an enum (New,etc.).
Hi Nevar,
unfortunately the thread status is not very helpful. The number is
converted via native methods into the enum available in the java6 api, but
as of today we do not know how to safely convert that. So it's of not much
value for now (I guess we should simply remove it from the view).
If you take a look at the threads, they have variables marked "Java
Local". These are objects kept alive because they are currently on the
class stack. This give some indication as to what the dump was doing at
the time.
Andreas.
|
|
|
Powered by
FUDForum. Page generated in 0.27845 seconds