Alpha vs. new ABI

Jeff Sturm jeff.sturm@appnet.com
Mon Jan 29 22:06:00 GMT 2001


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


More information about the Java mailing list