search for: donew

Displaying 20 results from an estimated 40 matches for "donew".

Did you mean: done
2011 Aug 23
2
[LLVMdev] VMKit build error
I'm trying to build the SVN version of VMKit and I'm getting this error while building. I have llvm and clang built from SVN too. Any help? llvm[2]: Building Release+Asserts mmtk-vmkit.jar all vmjc: JavaClass.cpp:442: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): Assertion `this && "No class when allocating."' failed. 0 vmjc 0x0000000000e9c44f 1 vmjc 0x0000000000e9cf8a 2 libpthread.so.0 0x00002ac09794bc60 3 libc.so.6 0x00002ac09874cd05 gsignal + 53 4 libc.so.6 0x00002ac098750ab6 abor...
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...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
...icolas geoffray <nicolas.geoffray at 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...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...: [javac] Compiling 1 source file to /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:...
2011 Aug 23
0
[LLVMdev] VMKit build error
...l.com> wrote: > I'm trying to build the SVN version of VMKit and I'm getting this error > while building. > I have llvm and clang built from SVN too. > Any help? > llvm[2]: Building Release+Asserts mmtk-vmkit.jar all > vmjc: JavaClass.cpp:442: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): > Assertion `this && "No class when allocating."' failed. > 0  vmjc            0x0000000000e9c44f > 1  vmjc            0x0000000000e9cf8a > 2  libpthread.so.0 0x00002ac09794bc60 > 3  libc.so.6       0x00002ac09874cd05 gsignal + 53 > 4  libc.so.6...
2011 Aug 23
2
[LLVMdev] VMKit build error
...; I'm trying to build the SVN version of VMKit and I'm getting this error >> while building. >> I have llvm and clang built from SVN too. >> Any help? >> llvm[2]: Building Release+Asserts mmtk-vmkit.jar all >> vmjc: JavaClass.cpp:442: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): >> Assertion `this && "No class when allocating."' failed. >> 0  vmjc            0x0000000000e9c44f >> 1  vmjc            0x0000000000e9cf8a >> 2  libpthread.so.0 0x00002ac09794bc60 >> 3  libc.so.6       0x00002ac09874cd05 gsignal +...
2009 Nov 20
2
[LLVMdev] VMKIT problem
Hi, I intent 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...
2013 Sep 18
2
[LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project)
-- Hi all, My code is: TOY_VAR(Picture*, aPic); aPic = Picture::doNew(-2, 1, -1, 1, 1900, 1200); This code has the following compilation error: ../lib/ToyRoot.h:41:33: error: no member named 'getVirtualTable' in 'Toy::Picture' res = gc::operator new(sz, o.getVirtualTable()); ~...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...h 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,...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...ile to > /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 0x00...
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...ot sure where to go from here. Does this fit with 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...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...4-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 >>> >>&gt...
2011 Aug 24
0
[LLVMdev] VMKit build error
...the SVN version of VMKit and I'm getting this error > >> while building. > >> I have llvm and clang built from SVN too. > >> Any help? > >> llvm[2]: Building Release+Asserts mmtk-vmkit.jar all > >> vmjc: JavaClass.cpp:442: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *): > >> Assertion `this && "No class when allocating."' failed. > >> 0 vmjc 0x0000000000e9c44f > >> 1 vmjc 0x0000000000e9cf8a > >> 2 libpthread.so.0 0x00002ac09794bc60 > >> 3 libc.so.6 0x00...
2009 Nov 20
3
[LLVMdev] VMKIT problem
...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 V...
2013 Apr 15
2
[LLVMdev] [vmkit]Problems when modifying J3
...vmModule.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 error. Do you know what I must change to fix this ? Maybe that I forgot to made the changes in another...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...e/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...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...hanks, >>> 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 >...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...gt; I intent 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...
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 Sep 18
0
[LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project)
...mdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of mkh Sent: mercredi 18 septembre 2013 13:44 To: LLVMdev Subject: [LLVMdev] Error on completing ToyThread::execute() in ToyVM (vmkit project) -- Hi all, My code is: TOY_VAR(Picture*, aPic); aPic = Picture::doNew(-2, 1, -1, 1, 1900, 1200); This code has the following compilation error: ../lib/ToyRoot.h:41:33: error: no member named 'getVirtualTable' in 'Toy::Picture' res = gc::operator new(sz, o.getVirtualTable()); ~...