This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bug in reflection isolated to simple example
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: "Andrew Haley" <aph at redhat dot com>, "GCJ" <java at gcc dot gnu dot org>
- Date: 11 Feb 2003 10:20:30 -0700
- Subject: Re: bug in reflection isolated to simple example
- References: <POEIJGMGPFPGFHAGKFHAMEJACEAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> I don't know how to do make "am/in" and what that means. How do you run
Erik> these things? Do I need to get some other stuff, before these "am, in"
Erik> things work?
There's no easy way to run the test suite against an already-installed
gcj. I don't know of one anyway.
If invokethrow fails it usually means that the libffi assembly code
doesn't have exception handling support. Since you're using 3.2, it
is possible that this has been fixed since then. I don't know.
Ranjit, do you?
Tom