Re: [cp-patches] FYI: Small additional ClassLoader VM extensibility point

2005-07-26 Thread Mark Wielaard
Hi Jeroen, On Mon, 2005-07-25 at 11:43 +0200, Jeroen Frijters wrote: > I committed the attached patch, that allows a VM implementer to hook > Classloader.findLoadedClass. When adding new VM hooks could you please add a little note to the NEWS file. That makes it much easier for VM implementers to

[cp-patches] FYI: Small additional ClassLoader VM extensibility point

2005-07-25 Thread Jeroen Frijters
Hi, I committed the attached patch, that allows a VM implementer to hook Classloader.findLoadedClass. Regards, Jeroen 2005-07-25 Jeroen Frijters <[EMAIL PROTECTED]> * java/lang/ClassLoader.java (findLoadedClass): Call VMClassLoader.findLoadedClass. * vm/reference/java/