* boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96596
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-03-16 Andrew Haley <aph@redhat.com>
+
+ * boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table.
+
2005-03-16 Tom Tromey <tromey@redhat.com>
* link.cc (ensure_class_linked): Removed #ifdef.
= (_Jv_InterpMethod *) ic->interpreted_methods[i];
if (im)
{
+ p = (GC_PTR) im->line_table;
+ MAYBE_MARK (p, mark_stack_ptr, mark_stack_limit, ic);
p = (GC_PTR) im->prepared;
MAYBE_MARK (p, mark_stack_ptr, mark_stack_limit, ic);
}