> what does -Xtrace:em say? > most likely, you are running on JIT here nothing
"Egor Pasko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On the 0x238 day of Apache Harmony Igor V. Chebykin wrote: >> When I run java with -Xint, all is OK - the interpreter is running, >> HelloWorld passed. > > what does -Xtrace:em say? > most likely, you are running on JIT here > >> But when I use -Xem:interpreter, java aborted with following log: >> lil code stub invalid at instruction 9: call not dominated by out or >> in2out >> java: >> /export/ichebyki/workspace-harmony-pure/trunk/working_vm/vm/vmcore/src/util/ipf/base/compile_ipf.cpp:473: >> void* compile_get_compile_me_generic(): Assertion `cs && >> lil_is_valid(cs)' >> failed. >> FIXME: abort_handler >> /bin/bash: line 49: 22752 Aborted ./java Hello.java >> call 0x0x2000000002188220; >> >> Is it right? >> >> My platform is Linux.ia64 > > OK, looks like interpreter is broken on IPF :) > > -- > Egor Pasko > >
