This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC Error
- To: Bryan Ha <kfh1_99 at yahoo dot com>
- Subject: Re: GC Error
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Aug 2001 09:56:34 -0600
- Cc: java at gcc dot gnu dot org
- References: <20010821114934.18116.qmail@web11003.mail.yahoo.com>
- Reply-To: tromey at redhat dot com
>>>>> "Bryan" == Bryan Ha <kfh1_99@yahoo.com> writes:
Bryan> Has anybody encountered the following error ?
Bryan> It happens when I try to run an GCJ compiled
Bryan> executable. Is that a resource related error ?
Bryan> **GC Error: Had to mark root set too many times
Bryan> without finishing a GC cycle, increasing runtime per
Bryan> final collection cycle, pid=26737, tid=1026
I have never seen this before.
What version of gcj are you using?
What platform are you running on?
Tom