When I run java with -Xint, all is OK - the interpreter is running, HelloWorld passed.
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 Thanks, Igor.
