summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-07-15 20:39:47 +0000
committerMark Wielaard <mark@klomp.org>2003-07-15 20:39:47 +0000
commit7e52fada2c3a48a562cef72b9a8a9de0c5072a48 (patch)
tree3a7303eba5ec6f941e3379368d65c7f5aea4ab93 /NEWS
parent895d8d789f2fbbc15a9c6cfe76f646d6e1c699e9 (diff)
downloadclasspath-7e52fada2c3a48a562cef72b9a8a9de0c5072a48.tar.gz
2003-07-15 David Grove <groved@us.ibm.com
* java/lang/String.java (internTable): Removed. (intern): Use VMString.intern(). * vm/reference/java/lang/VMString.java: New VM interface class. * NEWS: Document new VM interface.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e49b44bcb..9c1475458 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ New in release 0.06 (not-yet-released)
* Native methods in Class have been moved to VMClass. A few additional
methods are also available in VMClass to provide optional performance
improvements.
+* A VM can now supply its own String.intern() strategy through the
+ VMString class. The supplied VMString reference class implements the
+ original WeakHashMap strategy.
New in release 0.05 (2003/02/15)
* Supports free Java VMs Jikes RVM and Kissme out of the box, perhaps others.