Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Memory Analyzer (MAT) » What does Thread Status mean
What does Thread Status mean [message #6669] Fri, 07 November 2008 11:59 Go to next message
Nevar is currently offline NevarFriend
Messages: 1
Registered: July 2009
Junior Member
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 12:30 Go to previous message
Andreas Buchen is currently offline Andreas BuchenFriend
Messages: 123
Registered: July 2009
Senior Member
> 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.
Previous Topic:Performing query within dominator subgraph
Next Topic:OQL: find objects with no inbounds from package
Goto Forum:
  


Current Time: Thu Apr 18 23:22:50 GMT 2024

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

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

Back to the top