8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS

G1SATBCardTableModRefBS inherits from CardTableModRefBS

Reviewed-by: mgerdin, brutisso, tschatzl
This commit is contained in:
Kim Barrett 2014-12-18 13:26:37 -05:00
parent 12797a11c0
commit 57198d2b63
10 changed files with 24 additions and 41 deletions

View file

@ -58,7 +58,6 @@ enum SH_process_roots_tasks {
SharedHeap::SharedHeap(CollectorPolicy* policy_) :
CollectedHeap(),
_collector_policy(policy_),
_rem_set(NULL),
_strong_roots_scope(NULL),
_strong_roots_parity(0),
_process_strong_tasks(new SubTasksDone(SH_PS_NumElements)),