Re: Getting Mauve running with Classpath+gcj/jikes+kissme

2002-10-19 Thread Mark Wielaard
Hi, On Sat, 2002-10-19 at 02:14, Brian Jones wrote: Mark Wielaard [EMAIL PROTECTED] writes: # The runtime - Get recent Kissme sources from CVS (or maybe a recent build). (See http://kissme.sourceforge.net/) - Do the magic auto* dance (note the -a for automake): aclocal;

Re: Intel's patch submission...

2002-10-19 Thread Mark Wielaard
Hi, On Sat, 2002-10-19 at 06:39, Michael Koch wrote: Am Freitag, 18. Oktober 2002 22:49 schrieb Mark Wielaard: Will look at the rest of java.net next and then the java.lang things. Please dont look into java.net yet. I have SOME things here to merge with libgcj already on my disk. Let

java.util.zip.InflaterInputStream patch

2002-10-19 Thread Mark Wielaard
Hi, I am slowly integrating the Intel Orp patches and had a question on the following change: * classpath/java/util/zip/InflaterInputStream.java: a small fix for native zlib. --- java/util/zip/InflaterInputStream.javaFri Jan 25 23:01:09 2002 +++ java/util/zip/InflaterInputStream.javaMon

Re: Intel's patch submission...

2002-10-19 Thread Michael Koch
Am Freitag, 18. Oktober 2002 22:49 schrieb Mark Wielaard: No new Mauve regressions (after fixing a small thing in file Handler) and a few new PASSes in the URLTest. But this was mostly optimization code. Will look at the rest of java.net next and then the java.lang things. Please dont look

Re: Intel's patch submission...

2002-10-19 Thread Michael Koch
Am Samstag, 19. Oktober 2002 09:48 schrieb Mark Wielaard: OK, no problem. There is enough to merge for everybody :) Let me know when you are done or if the remaining java.net changes do/don't interfere with your work: I just wanted to make sure that nobody does work others have already done.

Re: Getting Mauve running with Classpath+gcj/jikes+kissme

2002-10-19 Thread Brian Jones
Mark Wielaard [EMAIL PROTECTED] writes: Hi, On Sat, 2002-10-19 at 02:14, Brian Jones wrote: Mark Wielaard [EMAIL PROTECTED] writes: # The runtime - Get recent Kissme sources from CVS (or maybe a recent build). (See http://kissme.sourceforge.net/) - Do the magic auto* dance

Small URLClassLoader bug fix

2002-10-19 Thread Jeroen Frijters
Hi, After getting the latest code from CVS, I ran into a problem (ClassFormatError). Turned out to be due to a small bug in java.net.URLClassLoader. 269c269,272 in.read(classData); --- int pos = 0; while(length - pos 0) {

Re: Updates to GNU Classpath port of JRVM

2002-10-19 Thread John Leuner
I've updated the files necessary to get a working bootimage out of JRVM 2.1.1 (latest CVS) and GNU Classpath (latest CVS) at: http://people.debian.org/~jewel//jikes/jikesport/2.1.1CVS/port.html John, what prevents us from incorporating the necessary changes into Classpath CVS? I'll