java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.

* include/java-interp.h (class _Jv_InterpMethod): Added
	JV_MARKOBJ_DECL.
	* boehm.cc (_Jv_MarkObj): Consolidated interpreter code.  Also
	mark `prepared' field of interpreted method.
	* interpret.cc (compile): Use _Jv_AllocBytes.

From-SVN: r59900
This commit is contained in:
Tom Tromey 2002-12-06 23:41:38 +00:00 committed by Tom Tromey
parent 377dfc820f
commit b4d0051bd9
4 changed files with 34 additions and 16 deletions

View file

@ -144,6 +144,10 @@ class _Jv_InterpMethod : public _Jv_MethodBase
friend class gnu::gcj::runtime::StackTrace;
friend void _Jv_PrepareClass(jclass);
#ifdef JV_MARKOBJ_DECL
friend JV_MARKOBJ_DECL;
#endif
};
class _Jv_InterpClass : public java::lang::Class