Details
-
Type:
Sub-task
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1000
-
Component/s: Runtime: JMX
-
Labels:None
-
Number of attachments :
Description
The threading bean implementation is probably going to be the trickiest, especially as changes are underfoot in the Jikes RVM threading model at the moment.
The API is quite large, but a lot of it is optional. Ideally, we want it all available on JikesRVM but this will depend on how things progress on the refactoring front and how adding such features impacts performance.
Issue Links
- depends upon
-
RVM-64
Flexible thread model
-
Activity
Andrew John Hughes
logged work - 20/Aug/07 1:32 PM
-
- Time Spent:
- 3 hours
-
The bean has been created and all methods implemented, but some only as stubs. Still need to be able to handle:
* Checking for deadlocks
* Time monitoring (optional) -- need a CPU/user split
* Peak monitoring
* Total number of threads started (use JDWP callback)
* ThreadInfo structure