search for: getdepthindex

Displaying 3 results from an estimated 3 matches for "getdepthindex".

2013 Apr 15
2
[LLVMdev] [vmkit]Problems when modifying J3
...ndly, I also want to add attributes in class JavaVirtualClass. When I do I immediately got this error : vmjc: JavaClass.cpp:492: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): Assertion `this && "No class when allocating."' failed. I tried to change offsets in the class (like getDepthIndex(), getOffsetIndex()) but I still have this error. Do you know what I must change to fix this ? Maybe that I forgot to made the changes in another file like with JavaClass ? Thanks, Julien -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pi...
2013 Apr 16
0
[LLVMdev] [vmkit]Problems when modifying J3
...ttributes in class JavaVirtualClass. > When I do I immediately got this error : > vmjc: JavaClass.cpp:492: j3::JavaObject *j3::Class::doNew(j3::Jnjvm > *): Assertion `this && "No class when allocating."' failed. > > I tried to change offsets in the class (like getDepthIndex(), > getOffsetIndex()) but I still have this error. > > Do you know what I must change to fix this ? Maybe that I forgot to > made the changes in another file like with JavaClass ? > > Thanks, > > Julien > > > _______________________________________________ > L...
2013 Apr 17
1
[LLVMdev] [vmkit]Problems when modifying J3
...avaVirtualClass. >> When I do I immediately got this error : >> vmjc: JavaClass.cpp:492: j3::JavaObject *j3::Class::doNew(j3::Jnjvm >> *): Assertion `this && "No class when allocating."' failed. >> >> I tried to change offsets in the class (like getDepthIndex(), >> getOffsetIndex()) but I still have this error. >> >> Do you know what I must change to fix this ? Maybe that I forgot to >> made the changes in another file like with JavaClass ? >> >> Thanks, >> >> Julien >> >> >> __________...