On Thu, Mar 21, 2002 at 01:28:07AM -0500, Mason Loring Bliss wrote: > > I've built Jikes 1.13 and set JIKES = jikes in rebuildLib and Makefile, > and this is what I see: > > acheron /usr/local/src/kaffe/libraries/javalib# make classes > /bin/sh ./rebuildLib > Compiling classes ... > > Issued 1 semantic warning compiling "java/awt/Toolkit.java": > > 504. native static synchronized void imgProduceImage( ImageNativeProducer prod, >Ptr imgData); > <-----------------> > *** Warning: The type "ImageNativeProducer" is defined in the file "Image.java" but >referenced in the file "java/awt/Toolkit.java". It is recommended that it be >redefined in "ImageNativeProducer.java".
It's only a warning. > I'll try a newer Jikes tomorrow, I guess. (Mm, cvs update -r foo.) As far as I can see Jikes 1.13 is the one that works. The alternative is to actually find the bug, probably somewhere in the verifier. I tried running with ElectriFence and it made no difference, so I don't think it's a malloc bug. -- Erik Corry [EMAIL PROTECTED]
