This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libgcj/230: Function GC_debug_object_start does not exist



>Number:         230
>Category:       libgcj
>Synopsis:       Function GC_debug_object_start does not exist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tromey
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 19 07:16:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     charles.gauthier@nrc.ca
>Release:        Current revision in CVS repository
>Organization:
>Environment:

>Description:
When boehm-gc is built with GC_DEBUG, GC_debug_object_start()
is called. This function does not exist. The
libgcj/boehm-gc/ChangeLog contains:

1998-11-16  Tom Tromey  <tromey@cygnus.com>

	* gc_priv.h (GC_debug_object_start): Declare.
	* mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
	* gc.h (GC_debug_register_finalizer_no_order,
	GC_register_finalizer_no_order): Declare.
	(GC_REGISTER_FINALIZER_NO_ORDER): New macro.
	* dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
	(GC_debug_generic_malloc): Likewise.
	(GC_debug_object_start): new function.

GC_debug_object_start is prototyped in gc_priv.h and is
called by GC_mark_from_mark_stack in mark.c.
>How-To-Repeat:
Just grep for GC_mark_from_mark_stack. There is no
implementation in boehm-gc.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]