This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Eww: Modifier.INTERPRETED overload
>>>>> "Andrew" == Andrew Haley <aph-gcc@littlepinkcloud.COM> writes:
Andrew> Maybe, but access_flags is a u2, and there aren't many bits left.
Andrew> 0x80, perhaps? It's used for VARARGS at the moment.
It seems that whatever we pick may be overloaded by the JVM at some
later date.
Maybe instead we can find a hole in Class and stuff a byte field of
gcj-local flags there.
Tom