summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-12-26 00:03:58 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-12-26 00:03:58 +0000
commit5a73e90b8b50b652994933489a2aa122768fffc2 (patch)
tree02d84044e74f6d77fb36f5df43195127e098042f /NEWS
parenta850dd23822bd7a67e1f660f2cd056ea29852a81 (diff)
downloadclasspath-5a73e90b8b50b652994933489a2aa122768fffc2.tar.gz
2006-12-25 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Add information on threading bean VM update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ebecf396..90e3effb0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,18 @@ New in release 0.94 (UNRELEASED)
* The setReadTimeout and getReadTimeout methods have been added to
java.net.URLConnection. They are now fully implemented for http URLs.
+Runtime interface changes:
+
+* gnu.java.lang.management.VMThreadMXBeanImpl has gained three new
+ optional native methods to allow the 1.6 version of the threading
+ bean to be supported. One (getMonitorInfo) fills in information
+ about object monitor locks held by a thread and is only required
+ if the monitoring of object monitor locks is supported by the VM.
+ The other two (findDeadlockedThreads and getLockInfo) are related
+ to ownable synchronizers (part of the java.util.concurrent suite)
+ and only required if monitoring of locks relating to these is
+ supported by the VM.
+
New in release 0.93 (Dec 8, 2006)
* CORBA objects that exist on the same virtual machine and only are connected