am I not cool enough for you?

Jeff Sturm jsturm@one-point.com
Mon Jun 10 13:22:00 GMT 2002


On Mon, 10 Jun 2002, Andrew Haley wrote:
> +    unsigned int* stack = (unsigned int*)elements(stackArr);
> 
> You'll get alignment faults if you do this -- you can't cast a jbyte*
> to a jlong*.

True in general, but isn't the 0th array element guaranteed to be
word-aligned in this case?

Jeff



More information about the Java mailing list