search for: isinitial

Displaying 20 results from an estimated 36 matches for "isinitial".

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...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
...gmail.com> Thanks Nicolas, that 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...
2012 Jun 27
0
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
Committed in r159281. -Anshu On 6/26/2012 3:04 AM, Ivan Llopard wrote: > Hi Anshu, > > I don't have commit access. It applies correctly on trunk, I've just > checked it. Could you please commit it? > > Ivan > > On 26/06/2012 04:44, adasgupt at codeaurora.org wrote: >> Hi Ivan, >> >> Sorry, I should have been more explicit in my last email. The
2009 Nov 20
2
[LLVMdev] VMKIT problem
...tent to use VMKIT to convert java byte 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.
2012 Jun 26
4
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
Hi Anshu, I don't have commit access. It applies correctly on trunk, I've just checked it. Could you please commit it? Ivan On 26/06/2012 04:44, adasgupt at codeaurora.org wrote: > Hi Ivan, > > Sorry, I should have been more explicit in my last email. The patch looks > good to me. Please check that it applies on trunk and go ahead and commit. > > Thanks > -Anshu
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...gt; > 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 re...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...any of the known problems under 64-bit linux? 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...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...;> >> >> 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...
2009 Nov 20
3
[LLVMdev] VMKIT problem
...gt; >> 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 t...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...gt; 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, i...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...yte 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 helpf...
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
2012 Jun 28
3
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
...============================================================ --- DFAPacketizerEmitter.cpp (révision 159340) +++ DFAPacketizerEmitter.cpp (copie de travail) @@ -76,15 +76,19 @@ // // namespace { +struct Transition; + class State { public: static int currentStateNum; int stateNum; bool isInitial; std::set<unsigned> stateInfo; + std::map<unsigned, Transition *> inputToTrans; State(); State(const State &S); + ~State(); // // canAddInsnClass - Returns true if an instruction of type InsnClass is a @@ -100,6 +104,15 @@ // which are possible from this stat...
2010 Jun 07
0
No subject
When I load the codec as an Audio Codec the call to AudioCodecInitialize appears to work but if I then get the IsInitialized property that says it is not initialized - so looks like that is my problem, and ties up with the crash in vorbis_synthesis_start(). Looks like vorbis_synthesis_init() has not been called, perhaps. There's sample code out there that suggests people have got this working, so is it just tha...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
.../path/to/code/vmkit2/mmtk/java/classes [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...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...nas 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...
2009 Nov 20
2
[LLVMdev] VMKIT problem
...ng 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 th...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...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 > >&g...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...e: >>>>>> >>>>>>> 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 >>>>>&g...
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 >>>>>> >>>&...