* src/vm/jit/jit.c (jit_asm_compile): Fixed xpc for extern
authoredwin <none@none>
Sun, 22 Oct 2006 00:38:21 +0000 (00:38 +0000)
committeredwin <none@none>
Sun, 22 Oct 2006 00:38:21 +0000 (00:38 +0000)
commit42d42d48f97a3c43940628ad17a42feb8f5b84d0
tree7fa000b6bdee5b102f95ba7590cf4b28893ada7e
parentbf3ab5c78188cb7c030f65875ab2400afa7f03ae
* src/vm/jit/jit.c (jit_asm_compile): Fixed xpc for extern
stackframeinfo by subtracting 1 from the return address.
This fixes stacktraces when exceptions are thrown out of
the compiler.

* tests/regression/extest.2output: Changed line numbers to
the values same the RI returns, which are correct upon inspection
of the Java code.
src/vm/jit/jit.c
tests/regression/extest.2output