am I not cool enough for you?
Adam Megacz
gcj@lists.megacz.com
Mon Jun 10 13:09:00 GMT 2002
Andrew Haley <aph@cambridge.redhat.com> writes:
> However, "FIXME: little endian" is a bit worrying. Is it really
> endian dependent?
No, actually, I fixed that FIXME and forgot to remove it -- that's
what longFromStackTraceBytes() does -- converts octet sequences into
jlongs in an endian-safe manner.
> You'll get alignment faults if you do this -- you can't cast a jbyte*
> to a jlong*.
Ah, crap, I forgot about that.
> printRawStackTrace copies from stackTraceBytes to a suitably aligned
> array.
That sounds like a much better idea. I'll reimplement and post a new
patch.
Any other things I should address?
- a
--
Sick of HTML user interfaces?
www.xwt.org
More information about the Java
mailing list