public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
       [not found] <20031222210141.13468.mark@gcc.gnu.org>
@ 2004-10-14 22:38 ` pinskia at gcc dot gnu dot org
  2004-10-21 13:42 ` aph at gcc dot gnu dot org
  2005-01-05  9:59 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14 22:38 UTC (permalink / raw)
  To: java-prs


------- 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
       [not found] <20031222210141.13468.mark@gcc.gnu.org>
  2004-10-14 22:38 ` [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs pinskia at gcc dot gnu dot org
@ 2004-10-21 13:42 ` aph at gcc dot gnu dot org
  2005-01-05  9:59 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-10-21 13:42 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-10-21 13:41 -------


*** This bug has been marked as a duplicate of 18036 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13468


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
       [not found] <20031222210141.13468.mark@gcc.gnu.org>
  2004-10-14 22:38 ` [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs pinskia at gcc dot gnu dot org
  2004-10-21 13:42 ` aph at gcc dot gnu dot org
@ 2005-01-05  9:59 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-05  9:59 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-05 09:59 -------
Subject: Bug 13468

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-rhl-branch
Changes by:	jakub@gcc.gnu.org	2005-01-05 09:59:01

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in interpret.cc 
	libjava/gnu/gcj/runtime: natStackTrace.cc 

Log message:
	2004-12-13  Jakub Jelinek  <jakub@redhat.com>
	
	Revert:
	2004-01-21  Tom Tromey  <tromey@redhat.com>
	PR java/13468:
	* Makefile.in: Rebuilt.
	* Makefile.am (interpret.lo): New target.
	
	2004-10-18  Andrew Haley  <aph@redhat.com>
	
	PR java/18036:
	* gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize
	and correct logic used to find interpreter.
	
	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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.2562.2.16.2.14&r2=1.2562.2.16.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.354.2.3.2.4&r2=1.354.2.3.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.378.2.3.2.4&r2=1.378.2.3.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/interpret.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.40.20.1&r2=1.40.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/runtime/natStackTrace.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.6&r2=1.6.22.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13468


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-05  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20031222210141.13468.mark@gcc.gnu.org>
2004-10-14 22:38 ` [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs pinskia at gcc dot gnu dot org
2004-10-21 13:42 ` aph at gcc dot gnu dot org
2005-01-05  9:59 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).