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]

Re: 3.3 branch, 3.3.1, 3.4, etc


>>>>> ">" == Dhek Bhun Kho <bhun@chello.nl> writes:

>> I was reading the jls/jvm specs on this and did't figure out whether or
>> not adding 'native' as a qualifier would break java for finding itīs
>> methods. I guess that's a no,

Right.  Only the permission bits (public/protected/etc) affect
visibility.  Things like `native' and `synchronized' do not.
Read the sections on "binary compatibility"; that can be helpful.

Tom


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