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] |
Per Bothner wrote: > Would it work to add a dummy field: > > jdouble dummy[0]; > > before the data field? Probably. I first tried "jint pad;" which gave the right answer. But it seems that jdouble alignment is wrong for 32-bit hosts. How about: jobject dummy[0]; ? Jeff
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |