This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

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


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