Mark Wielaard wrote:
> Could you add a little note about this to the NEWS and/or the
> vmintegration guide? VMStackWalker.firstNonNullClassLoader() is a new
> method that runtimes should implement (an optimized version of).

Ah, yes, thanks for reminding me.

Regards,
Jeroen

2006-08-21  Jeroen Frijters  <[EMAIL PROTECTED]>

        * NEWS: Added note about updated VM interface.
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.164
diff -u -r1.164 NEWS
--- NEWS        9 Aug 2006 22:25:51 -0000       1.164
+++ NEWS        21 Aug 2006 04:44:59 -0000
@@ -5,6 +5,11 @@
   option to configure
 * Added the rmi and corbaname URL context factories for JNDI.
 * Fixes in the JNDI InitialContext now allows to plug-in user implementation.
+* Removed currentClassLoader method from
+  vm/reference/java/io/ObjectInputStream.java.
+* Added firstNonNullClassLoader method to
+  vm/reference/gnu/classpath/VMStackWalker.java. VMs are encouraged to
+  provide a more efficient implementation.
 
 New in release 0.92 (Aug 9, 2006)
 

Reply via email to