This is the mail archive of the java@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] | |
Ranjit> (BTW, we use the same bit for both ACC_SUPER and Ranjit> ACC_SYNCHRONIZED and these are the only two that share a
Ranjit> bit - is this by design or is this an oversight?)
Design. See java.lang.reflect.Modifier -- these values are specified by Java, not us.
*Except* for ACC_SUPER, everything else is there and has the same value as defined by GCJ - what does ACC_SUPER mean? Is it to specially flag references like "super.fooBar"?
-- Eric Blake
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |