search for: getcompiler

Displaying 20 results from an estimated 29 matches for "getcompiler".

Did you mean: decompiler
2010 Jul 19
0
[LLVMdev] Fwd: Building VMKit
Hi Joshua, > $ j3 Hello > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): > Assertion `(this->isInitializing() || > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class > when allocating."' failed. > Aborted Regarding to j3 in 64 bit version, it should work now after we've found crush reason, both in Debug and in Release versions. (and its 32 bit version was continuously working)...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
...worked great! Now, I'm having trouble invoking the compiler properly: $ llcj Hello.class -o=Hello.ll $ cat Hello.ll cat: Hello.ll: No such file or directory $ j3 Hello j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): Assertion `(this->isInitializing() || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class when allocating."' failed. Aborted $ java Hello hello, world! "Hello" is a completely banal "hello world!" program. Joshua On Mon, Jul 19, 2010 at 9:44 AM, nicolas geoffray < nicolas.geoffray at gmai...
2009 Nov 20
2
[LLVMdev] VMKIT problem
...te codes to LLVM IR I have installed VMKIT 0.26, on running jnjvm (as ./jnjvm Hello.class) in Release/bin I get the same error irrespective of class content : jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class when allocating."' failed. Aborted Am I doing something wrong?Any help regading how to use the VMKIT tools to convert Java bytecodes to LLVM IR will be helpful Thanks, -Nataraj.
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
..., Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote: > >> Hi Joshua, >> > $ j3 Hello >> > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): >> > Assertion `(this->isInitializing() || >> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class >> > when allocating."' failed. >> > Aborted >> >> Regarding to j3 in 64 bit version, it should work now after we've >> found crush reason, >> both in Debug and in Release versions...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...Thanks, Joshua On Mon, Jul 19, 2010 at 4:45 PM, Minas Abrahamyan <minas.subs at gmail.com>wrote: > Hi Joshua, > > $ j3 Hello > > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): > > Assertion `(this->isInitializing() || > > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized class > > when allocating."' failed. > > Aborted > > Regarding to j3 in 64 bit version, it should work now after we've > found crush reason, > both in Debug and in Release versions. (and its 32 bit versio...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...M, Minas Abrahamyan <minas.subs at gmail.com>wrote: >> >>> Hi Joshua, >>> > $ j3 Hello >>> > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): >>> > Assertion `(this->isInitializing() || >>> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >>> class >>> > when allocating."' failed. >>> > Aborted >>> >>> Regarding to j3 in 64 bit version, it should work now after we've >>> found crush reason, >>>...
2009 Nov 20
3
[LLVMdev] VMKIT problem
...running jnjvm (as ./jnjvm >> Hello.class) in Release/bin I get the same error irrespective of class >> content : >> >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() >> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >> class when allocating."' failed. >> Aborted >> >> Am I doing something wrong?Any help regading how to use the VMKIT >> tools to convert Java bytecodes to LLVM IR will be helpful >> >> Tha...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...minas.subs at gmail.com>wrote: >>> >>>> Hi Joshua, >>>> > $ j3 Hello >>>> > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): >>>> > Assertion `(this->isInitializing() || >>>> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >>>> class >>>> > when allocating."' failed. >>>> > Aborted >>>> >>>> Regarding to j3 in 64 bit version, it should work now after we've >>>> found cru...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...stalled VMKIT 0.26, on running jnjvm (as ./jnjvm > Hello.class) in Release/bin I get the same error irrespective of class > content : > > jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* > jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() > || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized > class when allocating."' failed. > Aborted > > Am I doing something wrong?Any help regading how to use the VMKIT > tools to convert Java bytecodes to LLVM IR will be helpful > > Thanks, > > -Nataraj....
2010 Jul 19
3
[LLVMdev] Building VMKit
Sure: I'm on 64-bit Ubuntu Linux 10.04 with gcc 4.4.3. I followed the instructions on http://vmkit.llvm.org/get_started.html, as near as I can tell. I configured llvm with the default configuration: ./configure I configured vmkit with: ./configure --with-llvmsrc=/home/jowarner/code/llvm/ --with-llvmobj=/home/jowarner/code/llvm/ --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...es [jar] Building jar: /path/to/code/vmkit2/mmtk/java/mmtk-vmkit.jar BUILD SUCCESSFUL Total time: 0 seconds [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar' vmjc: JavaClass.cpp:496: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): Assertion `(this->isInitializing() || classLoader->getCompiler()->isStaticCompiling() || this == classLoader->bootstrapLoader->upcalls->newClass) && "Uninitialized class when allocating."' failed. 0 vmjc 0x0000000000fa5415 llvm::sys::PrintStackTrace(_IO_FILE*) + 37 1 vmjc 0x0000000000fa5903 2 libpthrea...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...t; wrote: >>>> >>>>> Hi Joshua, >>>>> > $ j3 Hello >>>>> > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): >>>>> > Assertion `(this->isInitializing() || >>>>> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >>>>> class >>>>> > when allocating."' failed. >>>>> > Aborted >>>>> >>>>> Regarding to j3 in 64 bit version, it should work now after we've >&g...
2009 Nov 20
2
[LLVMdev] VMKIT problem
...n Release/bin I get the same error irrespective of class >> >> content : >> >> >> >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* >> >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() >> >> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >> >> class when allocating."' failed. >> >> Aborted >> >> >> >> Am I doing something wrong?Any help regading how to use the VMKIT >> >> tools to convert Java bytecode...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...;> Hello.class) in Release/bin I get the same error irrespective of class > >> content : > >> > >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* > >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion `(this->isInitializing() > >> || classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized > >> class when allocating."' failed. > >> Aborted > >> > >> Am I doing something wrong?Any help regading how to use the VMKIT > >> tools to convert Java bytecodes to LLVM IR will be...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...t;>>>>>> > $ j3 Hello >>>>>>> > j3: JavaClass.cpp:480: j3::JavaObject* >>>>>>> j3::Class::doNew(j3::Jnjvm*): >>>>>>> > Assertion `(this->isInitializing() || >>>>>>> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >>>>>>> class >>>>>>> > when allocating."' failed. >>>>>>> > Aborted >>>>>>> >>>>>>> Regarding to j3 in 64 bit version, i...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...t;> >>>>>> Hi Joshua, >>>>>> > $ j3 Hello >>>>>> > j3: JavaClass.cpp:480: j3::JavaObject* j3::Class::doNew(j3::Jnjvm*): >>>>>> > Assertion `(this->isInitializing() || >>>>>> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >>>>>> class >>>>>> > when allocating."' failed. >>>>>> > Aborted >>>>>> >>>>>> Regarding to j3 in 64 bit version, it should work now af...
2013 May 10
0
[LLVMdev] CommandLine: using cl::Positional with enum
Hi Daniel, I would like to go deeper with CommandLine and I was asking if you could help me again. Look, following the same example you put in the last message: ./prog <option1> | ( <option2> --arg1 --arg2) | ( <option3> --arg1 ) What I really really want is the same except I don't want the "--" prefix is present in any of the arguments. ./prog <option1>
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...t;>> > $ j3 Hello >>>>>>>> > j3: JavaClass.cpp:480: j3::JavaObject* >>>>>>>> j3::Class::doNew(j3::Jnjvm*): >>>>>>>> > Assertion `(this->isInitializing() || >>>>>>>> > classLoader->getCompiler()->isStaticCompiling()) && "Uninitialized >>>>>>>> class >>>>>>>> > when allocating."' failed. >>>>>>>> > Aborted >>>>>>>> >>>>>>>> Regarding to j3...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
.../to/code/vmkit2/mmtk/java/mmtk-vmkit.jar > > BUILD SUCCESSFUL > Total time: 0 seconds > [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar' > vmjc: JavaClass.cpp:496: j3::JavaObject *j3::Class::doNew(j3::Jnjvm > *): Assertion `(this->isInitializing() || > classLoader->getCompiler()->isStaticCompiling() || this == > classLoader->bootstrapLoader->upcalls->newClass) && "Uninitialized > class when allocating."' failed. > 0 vmjc 0x0000000000fa5415 > llvm::sys::PrintStackTrace(_IO_FILE*) + 37 > 1 vmjc 0x0000...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...irrespective of class > >> content : > >> > >> jnjvm: JavaClass.cpp:469: jnjvm::JavaObject* > >> jnjvm::Class::doNew(jnjvm::Jnjvm*): Assertion > `(this->isInitializing() > >> || classLoader->getCompiler()->isStaticCompiling()) && > "Uninitialized > >> class when allocating."' failed. > >> Aborted > >> > >> Am I doing something wrong?Any help regading how to use the > VMKIT >...