On Wed, 2004-11-10 at 23:00, Grzegorz B. Prokopski wrote: > On Wed, 2004-11-10 at 16:15, Mark Wielaard wrote: > > We do now have a few small regressions however. There is something wrong > > with zip/jar archives on the classpath (this might or might not be a GNU > > Classpath issue, we changed the VM interface subtly so maybe it is a > > runtime issue). Opening a JarFile with 'verify' set to false breaks > > (and is not thread-safe) [I have a fix for that]. [...] > I like it, altough I only ran simple HelloWorld, because running > a program that requires i.e. ressources (loaded from .jar) gives me: [...] > Caused by: java.lang.NullPointerException > at java.util.jar.JarFile.getInputStream (JarFile.java:458) [...] > So, if you have a fix for that, could you please post it or check in? > Robilad told me he has the same kind of issue with Kaffe as we have with > SableVM after the merge.
I applied your fix from http://lists.gnu.org/archive/html/classpath/2004-11/msg00026.html and it worked. I tested some simple AWT/Swing apps - they still work :) But I noticed one regression. The Sun's "SymbolTest" you can get from http://www-uxsup.csx.cam.ac.uk/java/jdk-1.2.2/demo/applets/SymbolTest/SymbolTest.java used to work i.e. 6 months ago and even year ago. But now I only get increased CPU usage for a few seconds and then it stops. Not sure whether it's SableVM-specific, given that other tests work. HTH Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed Java VM http://www.sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

