search for: javavirtualclass

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

2013 Apr 15
2
[LLVMdev] [vmkit]Problems when modifying J3
...t if I want to add some attributes in the class JavaClass I must change a few thing in LLVMRuntime/* and in JnjvmModule.cpp. But JnjvmModule.cpp does not exist anymore. So my first question is : what is the equivalent of JnjvmModule.cpp right now ? Secondly, 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 erro...
2013 Apr 16
0
[LLVMdev] [vmkit]Problems when modifying J3
...utes in the class JavaClass I must change a few thing in > LLVMRuntime/* and in JnjvmModule.cpp. > > But JnjvmModule.cpp does not exist anymore. So my first question is : > what is the equivalent of JnjvmModule.cpp right now ? > > Secondly, 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(), > getOffsetInd...
2013 Apr 17
1
[LLVMdev] [vmkit]Problems when modifying J3
...ass I must change a few thing in >> LLVMRuntime/* and in JnjvmModule.cpp. >> >> But JnjvmModule.cpp does not exist anymore. So my first question is : >> what is the equivalent of JnjvmModule.cpp right now ? >> >> Secondly, 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()...