Date: Tue, 4 Jun 2002 16:29:07 -0700 From: Bill Huey <billh@gnuppy.monkey.org> To: Robert Gash <gashalot@gashalot.com> Cc: Nick Johnson <freebsd@spatula.net>, freebsd-java@FreeBSD.ORG, Bill Huey <billh@gnuppy.monkey.org> Subject: Re: HotSpot Message-ID: <20020604232907.GA3721@gnuppy.monkey.org> In-Reply-To: <Pine.BSF.4.40.0206032355380.54897-100000@galileo.gashalot.com> References: <20020604032124.GA3669@gnuppy.monkey.org> <Pine.BSF.4.40.0206032355380.54897-100000@galileo.gashalot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 03, 2002 at 11:58:55PM -0400, Robert Gash wrote: > I'm not spectacular, but I'll do my best at hunting any known bugs in > order to help speed the process along. I'm new to the -java list, so I > am a little lost when it comes to obtaining access to the latest > patches/CVS source. Is there an online repository somewhere we can grab > the latest patches to throw around? A gnats database of bugs that are > outstanding that need fixed, or potential faults/problems with the code > we can help hunt? I'm getting down to last major bugs during this run and I'm making the attempt at trying to run an applet. I recently fixed an obscure bug that was self introduced during a GCC bug hunting session (fixed when using GCC 3.0.4) and that left over line sucked about 1 month of my time trying to track it down. I'm recompiling it right now so that the debug log is limited and I can track what's going on with the JIT better. But it looked like it started the entire core compiler correctly, tried to run an applet, failed to find the class's "main" and successfully threw an exception complaining about it. That means a bunch of stuff is working in HotSpot. ;) That's incredible encouraging and my jaw dropped when I saw it do a long run with lots of method invocations. ;) bill 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?20020604232907.GA3721>