This is the mail archive of the java-patches@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]
Other format: [Raw text]

Re: Throwable stack trace printing again


Per Bothner writes:
 > Andrew Haley wrote:
 > > I think it's fair enough to store the raw stack trace as an unsigned
 > > long but you're using a jlong.  AFAIK conversion from signed longs to
 > > pointers is not well-defined, bvut in practice this will probably
 > > always be okay.  Clearly there's no Java type that corresponds to a
 > > native pointer.
 > 
 > We could perhaps use gnu.gcj.RawData.

Good idea.  I'd forgotten all about that.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]