Displaying 3 results from an estimated 3 matches for "lastknownframe".
2011 Jan 05
1
[LLVMdev] VMKit - Getting Started
...tting Started page
(http://vmkit.llvm.org/get_started.html) on Linux/x64 but I had no
luck.
I could build them. But when I tried to execute J3, it shows like follows,
>> j3: JavaRuntimeJIT.cpp:367: void* j3StartJNI(uint32*, uint32**, mvm::KnownFrame*): Assertion `th->getLastSP() == th->lastKnownFrame->currentFP' failed.
Does anybody know if the latest LLVM works with the latest VMkit?
Which version of LLVM should I use?
I also tried VMkit with MMtk and I could not let it work...
What is the advantage of using MMtk in VMkit?
I understand that is an accurate garbage collector and it soun...
2012 Dec 01
0
[LLVMdev] Problem executing Swing application with j3
Hi all,
I have a question about vmkit and especially j3 VM.
I compiled and installed it without any problems.
But I have this error as soon as I try to launch a Swing application (Swing
HelloWorld) :
j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion
failed. « lastKnownFrame->currentIP == 0 »
What I'm doing wrong ?
Thanks in advance,
Baptiste.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121201/5eeb310e/attachment.html>
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
...I compiled and installed it without any problems.
>>>
>>> But I have this error as soon as I try to launch a Swing application
>>> (Swing HelloWorld) :
>>>
>>> j3: ctthread.cpp :71 : void vmkit::Thread::endKnownFrame(): Assertion
>>> failed. « lastKnownFrame->currentIP == 0 »
>>>
>>> What I'm doing wrong ?
>>> Thanks in advance,
>>>
>>> Baptiste.
>>>
>>> _______________________________________________
>>> LLVM Developers mailing list
>>> LLVMdev at cs.uiuc.edu...