This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
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!