Displaying 4 results from an estimated 4 matches for "jnjvmmodule".
2013 Apr 15
2
[LLVMdev] [vmkit]Problems when modifying J3
Hi all,
I am currently working with vmkit (especially on J3) for a student project,
I want to made some experimentations on J3.
I see in the file lib/j3/VMCore/JavaClass.h that 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...
2008 Oct 02
2
[LLVMdev] VMKit broken on trunk
With trunk(r56943), I get:
make[3]: Entering directory `/home/tinuviel/llvm/vmkit/lib/JnJVM/VMCore'
llvm[3]: Compiling JnjvmModule.cpp for Debug build
JnjvmModule.cpp:11:38: error: llvm/ParameterAttributes.h: No such file
or directory
--
Seo Sanghyeon
2013 Apr 16
0
[LLVMdev] [vmkit]Problems when modifying J3
...m currently working with vmkit (especially on J3) for a student
> project,
> I want to made some experimentations on J3.
> I see in the file lib/j3/VMCore/JavaClass.h that 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:...
2013 Apr 17
1
[LLVMdev] [vmkit]Problems when modifying J3
...with vmkit (especially on J3) for a student
>> project,
>> I want to made some experimentations on J3.
>> I see in the file lib/j3/VMCore/JavaClass.h that 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 :
>&g...