This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GC Questions...
- From: David Daney <ddaney at avtrex dot com>
- To: java at gcc dot gnu dot org, Hans Boehm <hans_boehm at hp dot com>
- Date: Fri, 20 Aug 2004 09:56:17 -0700
- Subject: GC Questions...
We are doing some GC hacking (trying to use the debug interface) to
track down some memory problems and have the following question:
* Why doesn't/can't libjava/include/boehm-gc.h include gc.h? It means
we have to keep the declarations in sync.
* Has anyone else used the GC_DEBUG interface in conjunction with libgcj?
* Can we include gc.h in boehm.cc so we can get the size of the debug
header for use in _Jv_MarkObj?
* Any pointers?
David Daney