Re: firstNonNullClassLoader for jamvm

2006-08-24 Thread Christian Thalinger
On Sun, 2006-08-20 at 23:25 +0200, Mark Wielaard wrote: Hi, GNU Classpath CVS needs a new VMClassLoader.firstNonNullClassLoader() method. Here is a quick and dirty implementation (based on getCallerFrame()) which works for me. I've also added an implementation to CACAO, FYI. - twisti

firstNonNullClassLoader for jamvm

2006-08-20 Thread Mark Wielaard
Hi, GNU Classpath CVS needs a new VMClassLoader.firstNonNullClassLoader() method. Here is a quick and dirty implementation (based on getCallerFrame()) which works for me. I have also installed this temporarily on builder.classpath.org to get mauve results again. We will see how well it does soon