8073543: Circular include dependency between psScavenge.inline.hpp and psPromotionManager.inline.hpp

Reviewed-by: brutisso, mgerdin
This commit is contained in:
Stefan Karlsson 2015-02-20 13:54:42 +01:00
parent 5cc358251f
commit cd997db44d
11 changed files with 58 additions and 51 deletions

View file

@ -203,6 +203,12 @@ class PSPromotionManager VALUE_OBJ_CLASS_SPEC {
inline void process_popped_location_depth(StarTask p);
static bool should_scavenge(oop* p, bool check_to_space = false);
static bool should_scavenge(narrowOop* p, bool check_to_space = false);
template <class T, bool promote_immediately>
void copy_and_push_safe_barrier(T* p);
template <class T> inline void claim_or_forward_depth(T* p);
TASKQUEUE_STATS_ONLY(inline void record_steal(StarTask& p);)