Date: Fri, 11 Dec 1998 09:31:51 -0700 From: Nate Williams <nate@mt.sri.com> To: Gunther Schadow <gunther@aurora.rg.iupui.edu> Cc: archie@whistle.com, chuckr@mat.net, java@FreeBSD.ORG Subject: Re: IBM Jikes (java source -> byte code compiler) released in open-source form Message-ID: <199812111631.JAA28014@mt.sri.com> In-Reply-To: <199812111537.KAA01493@aurora.rg.iupui.edu> References: <199812111537.KAA01493@aurora.rg.iupui.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> > It's fast, but it barfed on the first file I tried to compile > > because it couldn't handle the inner class (I guess): > > Jikes definitely can handle inner classes. I agree. We use inner classes extensively in our code, including anonymous inner classes and it works fine. However, it's possible that Archie is running it through the Kaffe stress tests, which might show up different bugs. Note, if you use jikes Kaffe appears to have problems, but this has already been reported to the Kaffe team. Nate ps. Archie, the modulo bug should be fixed in all subsequent releases of FreeBSD. Keith White tracked down the bug and I committed the fixes recently. If you are interested in a 'configure' solution for FreeBSD I can tell you privately. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812111631.JAA28014>