summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-06-16 18:28:45 +0000
committerTom Tromey <tromey@redhat.com>2006-06-16 18:28:45 +0000
commitb1a6126d193244caeadc1ee6dd15b7bb7517c540 (patch)
treed61024d3d529345d3bff61eccffda893504a439f /NEWS
parentcebd8528ae788d778efe340c521e7a4f1954b806 (diff)
downloadclasspath-b1a6126d193244caeadc1ee6dd15b7bb7517c540.tar.gz
* NEWS: Updated for JSR 166.
* vm/reference/sun/reflect/Reflection.java (verifyMemberAccess): Removed. (getCallerClass): Now static. * vm/reference/sun/reflect/misc/ReflectUtil.java: New file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7019e5c6..959916643 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ Runtime interface changes:
time of the VM. In addition, one of sun.boot.class.path
or java.boot.class.path should be defined by the VM to
support the optional boot class path access functionality.
+* The Unsafe class was moved back to the place expected by the JSR 166
+ reference implementation. We've also added a couple other new VM
+ classes to support the JSR 166 code -- sun.reflect.Reflection and
+ sun.reflect.misc.ReflectUtil.
New in release 0.91 (May 15, 2006)