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] | |
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. -- --Per Bothner per@bothner.com http://www.bothner.com/per/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |