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: gcj and UDP datagrams under freebsd


In article <3CB2D7EA.3090508@waitaki.otago.ac.nz>,
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

>> Does gcj force any alignment of static byte arrays such as this?  Or,
>> rather, is it suppose to do so and failing to do so here?

> Exactly - good catch. We are forcing alignment for class objects but I 
> forgot about static array objects. Please try this patch.

Somehow, I think I just got more credit for my dumb questions than
deserved... ;-)

I added your patch to my mainline and 3.1 trees; removed my posted
hack from my mainline tree.  I will report ASAP.

Thanks Bryce!


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