This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/338
- To: apbianco at cygnus dot com
- Subject: Re: gcj/338
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 10 Sep 2000 23:30:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR gcj/338; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: green@cygnus.com
Cc: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com
Subject: Re: gcj/338
Date: 10 Sep 2000 17:31:12 -0600
Anthony> Here's one way to avoid the deadloop symptom. It's difficult
Anthony> to say what the right thing to do is.
One idea would be to throw a LinkageError because the class is already
loaded. See ClassLoader.defineclass.
Comments on this idea?
Tom