summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArchie Cobbs <archie@dellroad.org>2005-11-13 22:29:45 +0000
committerArchie Cobbs <archie@dellroad.org>2005-11-13 22:29:45 +0000
commita9803e6ab1ddd09af08d1ac31e9b17580a06ecd2 (patch)
tree1e1169d6aad17820ac367bda311f07c8b4f5451d /NEWS
parentc021a6305fabb7861712842ddca5534eb9a8ba89 (diff)
downloadclasspath-a9803e6ab1ddd09af08d1ac31e9b17580a06ecd2.tar.gz
* vm/reference/gnu/classpath/VMStackWalker.java (getClassLoader()):
added to fix an infinite loop bug. * NEWS: note VM interface change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a15a09fa..778369385 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+New in release 0.20
+
+Runtime interface changes:
+
+* New method VMStackWalker.getClassLoader() was added to avoid an infinite
+ loop between getCallingClassLoader() and Class.getClassLoader().
+
New in release 0.19 (Nov 2, 2005)
* The Swing RepaintManager has been reworked for more efficient painting,