mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user