search for: 6b27

Displaying 9 results from an estimated 9 matches for "6b27".

Did you mean: 627
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...M architecture? On Fri, Jul 19, 2013 at 8:01 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote: > I don't know how JRuby works, maybe it uses some new feature that GNU > Classpath does not provide. > > VMKit's openJDK version is unstable on 64 bits since package version 6b27. > You can still use it for very small programs which does not need GC but > that's all. > > It works fine on 32 bits. > So you can try it on 32 bits or revert your java version to a previous one > (< than 6b27) to test it on 64 bits. > > We are working on fixing the...
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I don't know how JRuby works, maybe it uses some new feature that GNU Classpath does not provide. VMKit's openJDK version is unstable on 64 bits since package version 6b27. You can still use it for very small programs which does not need GC but that's all. It works fine on 32 bits. So you can try it on 32 bits or revert your java version to a previous one (< than 6b27) to test it on 64 bits. We are working on fixing the 64 bits issue as soon as possible....
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...Fri, Jul 19, 2013 at 8:01 PM, Harris BAKIRAS <h.bakiras at gmail.com>wrote: > >> I don't know how JRuby works, maybe it uses some new feature that GNU >> Classpath does not provide. >> >> VMKit's openJDK version is unstable on 64 bits since package version 6b27. >> You can still use it for very small programs which does not need GC but >> that's all. >> >> It works fine on 32 bits. >> So you can try it on 32 bits or revert your java version to a previous >> one (< than 6b27) to test it on 64 bits. >> >&g...
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...;h.bakiras at gmail.com > <mailto:h.bakiras at gmail.com>> wrote: > > I don't know how JRuby works, maybe it uses some new feature that > GNU Classpath does not provide. > > VMKit's openJDK version is unstable on 64 bits since package > version 6b27. > You can still use it for very small programs which does not need > GC but that's all. > > It works fine on 32 bits. > So you can try it on 32 bits or revert your java version to a > previous one (< than 6b27) to test it on 64 bits. > > We ar...
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...rris BAKIRAS <h.bakiras at gmail.com>wrote: >> >>> I don't know how JRuby works, maybe it uses some new feature that GNU >>> Classpath does not provide. >>> >>> VMKit's openJDK version is unstable on 64 bits since package version >>> 6b27. >>> You can still use it for very small programs which does not need GC but >>> that's all. >>> >>> It works fine on 32 bits. >>> So you can try it on 32 bits or revert your java version to a previous >>> one (< than 6b27) to test it on...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Harris Bakiras, Thanks for reply. It working now. Actually I wanted to try vmkit VM to run jruby codes. vmkit is able to run Java program, but when I try to run JRuby code then I get following error - root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb > > Platform.java:39:in `getPackageName': java.lang.NullPointerException > > from ConstantSet.java:84:in
2013 Jun 26
1
[LLVMdev] VmKit build failure
Hello, I'm trying to build vmkit as described on http://vmkit.llvm.org/get_started.html and constantly getting the following error: db at hot:~/develop/vmkit$ make [vmkit .]: Entering compilation process [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar' vmjc: ctthread.cpp:141: void vmkit::StackWalker::operator++(): Assertion `(addr < System::GetCallerOfAddress(addr))
2013 Jul 31
1
[LLVMdev] error on compiling vmkit
...d*) + 1376 8 vmjc 0x0000000000618828 vmkit::Thread::internalThreadStart(vmkit::Thread*) + 680 9 libpthread.so.0 0x00002b8a5b476b50 10 libc.so.6 0x00002b8a5c313a7d clone + 109 Aborted java -version: java version "1.6.0_27" OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) Best regards, Mkh
2013 Jun 07
1
[LLVMdev] Error on compiling VMkit
Hi all, After "BUILD SUCCESSFUL" Message on compiling VMkit. The make starts compiling mmtk-vmkit.jar The following command errors out: Compiling 'mmtk-vmkit.jar' /vmkit/Release+Asserts/bin/vmjc -load=/vmkit/Release+Asserts/lib/MMTKRuntime.so -load=/vmkit/Release+Asserts/lib/MMTKMagic.so -LowerMagic /vmkit/mmtk/java/Release+Asserts/mmtk-vmkit.jar -disable-exceptions