Displaying 2 results from an estimated 2 matches for "createarithmeticexception".
2013 Sep 12
2
[LLVMdev] VmKit - Error in j3/precompiler after a big surgery to MMTk part
...:JavaConstantPool*, void*, void*)>(j3::Jnjvm*, j3::Class*,
__va_list_tag*) ()
#3 0x00000000005af054 in
j3::JavaMethod::invokeJavaObjectStatic(j3::Jnjvm*, j3::Class*, ...) ()
#4 0x00000000005cb662 in j3::Jnjvm::asciizToStr(char const*) ()
#5 0x00000000005cbde4 in j3::Jnjvm::CreateArithmeticException() ()
#6 0x00007ffff7f6316d in ?? ()
#7 0x0000000000000000 in ?? ()
The main thread was waiting in "vmkit::VirtualMachine::waitForExit()
()", so the application (HelloWorld) should have been started.
1. To me, the stack trace seems not showing where the original error
happene...
2013 Sep 12
0
[LLVMdev] VmKit - Error in j3/precompiler after a big surgery to MMTk part
...ConstantPool*, void*, void*)>(j3::Jnjvm*, j3::Class*,
> __va_list_tag*) ()
> #3 0x00000000005af054 in j3::JavaMethod::invokeJavaObjectStatic(j3::Jnjvm*,
> j3::Class*, ...) ()
> #4 0x00000000005cb662 in j3::Jnjvm::asciizToStr(char const*) ()
> #5 0x00000000005cbde4 in j3::Jnjvm::CreateArithmeticException() ()
> #6 0x00007ffff7f6316d in ?? ()
> #7 0x0000000000000000 in ?? ()
>
> The main thread was waiting in "vmkit::VirtualMachine::waitForExit() ()", so
> the application (HelloWorld) should have been started.
>
> 1. To me, the stack trace seems not showing where the...