This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: reflection support?
- From: Tom Tromey <tromey at redhat dot com>
- To: Marilen Corciovei <marilen dot corciovei at nemesisit dot ro>
- Cc: java at gcc dot gnu dot org
- Date: 10 Apr 2003 16:45:09 -0600
- Subject: Re: reflection support?
- References: <1050014908.541.12.camel@prophet>
- Reply-to: tromey at redhat dot com
>>>>> "Marilen" == Marilen Corciovei <marilen dot corciovei at nemesisit dot ro> writes:
Marilen> My question is: how much of reflection is implemented in gcj
Marilen> or will be implemented in the near future?
As far as I know, reflection completely works.
Well, there are some known bugs, but they won't affect you. I think
all the bugs have to do with missing security checks.
If reflection isn't working for you, maybe we can try to find out what
is going on.
Tom