This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]