This is the mail archive of the java@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]

Re: a JNI backtrace


"Marcus G. Daniels" wrote:

> Any idea what this means?  I can see it makes it in and out of the stub
> for the SwarmCImpl create method ok..
>
> #0  _ZN4java4util9Hashtable4hashEPNS_4lang6ObjectE (this=0x8065f20, key=0x11)
>     at /src/gcc/libjava/java/util/Hashtable.java:610

Your c++filt is too old and it isn't demangling the names correctly. Make sure it
finds the new c++filt that gets put in your gcc install directory on the path
first, and it should be a lot more readable.

regards

  [ bryce ]



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