< prev index next > src/hotspot/share/gc/serial/serialFullGC.hpp
Print this page
// Call backs for marking
static void mark_object(oop obj);
// Mark pointer and follow contents. Empty marking stack afterwards.
template <class T> static inline void follow_root(T* p);
! static inline void push_objarray(oop obj, size_t index);
static void follow_object(oop obj);
static void follow_array(objArrayOop array);
// Call backs for marking
static void mark_object(oop obj);
// Mark pointer and follow contents. Empty marking stack afterwards.
template <class T> static inline void follow_root(T* p);
! static inline void push_objarray(objArrayOop obj, size_t index);
static void follow_object(oop obj);
static void follow_array(objArrayOop array);
< prev index next >