This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Eww: Modifier.INTERPRETED overload
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- Cc: java-patches at gcc dot gnu dot org
- Date: Wed, 30 May 2007 11:02:04 -0600
- Subject: Re: Eww: Modifier.INTERPRETED overload
- References: <18013.40545.855887.550863@zebedee.pink>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph-gcc@littlepinkcloud.COM> writes:
Andrew> This should, perhaps, ring an alarm bell. Way back when this code was
Andrew> written, classes weren't marked synthetic, but they are now!
Andrew> So, any compiled class that is marked as SYNTHETIC is treated as
Andrew> INTERPRETED by libgcj. Bad Things Happen.
I'm sure this is my fault but I don't remember what I was thinking.
Andrew> We really need to find another way of marking classes as interpreted,
Yeah.
Tom