This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 14 Oct 2004 22:38:23 -0000
- Subject: [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
- References: <20031222210141.13468.mark@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-14 22:38 -------
I think this was fixed by:
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13468