This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: note on testing
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC Java <java at gcc dot gnu dot org>
- Date: 14 Feb 2007 15:40:35 -0700
- Subject: Re: note on testing
- References: <m3abzh7fa8.fsf@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> Right now we only have a subset of results. Apparently the Mauve
Tom> InheritableThreadLocal test makes us use a *lot* of memory.
It happens with the gij in FC6 as well.
I can reproduce it like this in the mauve tree:
echo gnu.testlet.java.lang.InheritableThreadLocal.simple | gij RunnerProcess java.lang.InheritableThreadLocal -vm gij -verbose
The problem seems to be an infinite recursion computing a stack
trace. I'm not sure why.
Tom