This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC failure w/ THREAD_LOCAL_ALLOC ?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'Michael Smith'" <msmith at spinnakernet dot com>, "'Bryce McKinlay'" <bryce at waitaki dot otago dot ac dot nz>, "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>, "'Jeff Sturm'" <jsturm at one-point dot com>
- Date: 26 Mar 2002 17:06:02 -0700
- Subject: Re: GC failure w/ THREAD_LOCAL_ALLOC ?
- References: <40700B4C02ABD5119F000090278766443BF0C9@hplex1.hpl.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> I can't reproduce the problem on X86 either. Questions:
Hans> 0) Do other people see similar problems?
I finally tried GCTest on my x86 box. It worked fine for me. I ran
it with no arguments. I also tried in on alpha Linux and it worked
fine. My PPC build is still running so I haven't tried it there yet.
Tom