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:
parent
377dfc820f
commit
b4d0051bd9
4 changed files with 34 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue