Re: VMClassLoader

2004-08-15 Thread Mark Wielaard
Hi, On Thu, 2004-08-12 at 19:18, Tom Tromey wrote: I notice that VMClassLoader still has this: * strongFor backward compatibility, this just ignores the protection * domain; that is the wrong behavior, and you should directly implement * this method natively if you can./strong I

Re: VMClassLoader

2004-08-15 Thread Mark Wielaard
Hi, On Sun, 2004-08-15 at 12:07, Mark Wielaard wrote: If nobody objects I want to commit the attached patch next week. 2004-08-14 Mark Wielaard [EMAIL PROTECTED] * vm/reference/java/lang/VMClassLoader.java (defineClass): Removed version that didn't take a

RE: VMClassLoader

2003-09-25 Thread Jeroen Frijters
Tom Tromey wrote: I think the reference VMClassLoader is subtly incorrect. Is anybody using this code as-is? I am (in IKVM.NET). In particular, I think VMClassLoader.getSystemClassLoader must try to use the default system class loader to load the one specified in the