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]

mangling question



I was just looking at this gdb regression...

(gdb) ptype jmisc
type = class jmisc : public java.lang.Object {
  public:
    static 
    void <badly mangled name 'main__5jmisc_ZN5jmisc4mainEP6JArrayIPN4java4lang6StringEE'>;
    void jmisc();
}

Is this mangling correct?  cxxfilt in src can't demangle it either.

AG


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