interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.
authorAndrew Haley <aph@redhat.com>
Thu, 14 Oct 2004 15:21:13 +0000 (15:21 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 14 Oct 2004 15:21:13 +0000 (15:21 +0000)
commit180a373d0d5d4534d7393b1ad5537d9f9ab7e79e
treef9e1b10a90a60b5918f10b2519f9520b57f64915
parentb79187bb541c3d842f2a3aee554b4b3f2e63f804
interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.

2004-10-13  Andrew Haley  <aph@redhat.com>

        * interpret.cc (_Jv_InterpMethod::run): Initialize
        _Jv_StartOfInterpreter.
        (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): Functions removed.
        (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): New variables.
        * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Use
        _Unwind_FindEnclosingFunction to discover whether PC is within the
        interpreter.

From-SVN: r89037
libjava/ChangeLog
libjava/gnu/gcj/runtime/natStackTrace.cc
libjava/interpret.cc