diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2006-04-17 12:22:18 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2006-04-17 12:22:18 +0000 |
commit | aa3c4260fa88d14d90e37bba2a734a4c50f5a575 (patch) | |
tree | b3cdaa33041a2c93928d1c31288ad139098f25e8 /NEWS | |
parent | c2b83830f4a7f4c76e1ae6f607ad91d38d3fc401 (diff) | |
download | classpath-aa3c4260fa88d14d90e37bba2a734a4c50f5a575.tar.gz |
2006-04-17 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS:
Mention merge of instrumentation classes.
* doc/vmintegration.texinfo:
Move instrumentation to correct section.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Runtime interface changes: These are all optional (in the sense that the methods associated with them merely fail on use if the VM doesn't provide them, rather than the VM failing altogether), but VMs should aim to support them where possible. +* The implementation of java.lang.instrument has been merged to the main + branch from the generics branch. New in release 0.90 (March 6, 2006) |