summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-01 15:45:23 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-07-01 15:45:23 +0000
commit4dc7b98ac0142f36ec3b2939c93a663c4e6784f1 (patch)
tree453983c46076fe881f90f35cb4cda96975593ed9 /NEWS
parent1eec7134085cd736739b5238a1034d1951bd7b25 (diff)
downloadclasspath-4dc7b98ac0142f36ec3b2939c93a663c4e6784f1.tar.gz
2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Mention threading bean and getState(). * doc/vmintegration.texinfo: Update documentation for threading bean and new method of VMThread.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a36224864..afc973c9a 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,13 @@ Runtime interface changes:
are currently loaded, how many have been unloaded and whether
verbose class loading output is on or off. Provision should also
be made for the latter to be toggled at runtime.
+* VMThreadMXBeanImpl is used to implement the low-level support
+ of the thread management bean. Providing this interface requires
+ providing a fair amount of information about threads, including
+ optional time and contention monitoring, and instances of the
+ new ThreadInfo class in java.lang.management. getState() has also
+ been added to the VMThread interface; this is required by the bean
+ as well as java.lang.Thread.
New in release 0.91 (May 15, 2006)