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: PATCH: fix libgcj/7060


>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:

Jeff> Thanks.  It appears that the other methods are ordered
Jeff> differently already, though... does order even matter in a class
Jeff> with no virtual methods?

Nope.

I think when I originally wrote Class.h I was under the mistaken
impression that order did matter, probably because I wrote it around
when I wrote Object.h, where order does matter.

I'll try to look at this patch tomorrow.

Tom


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