--- old/src/share/vm/gc/shared/collectorPolicy.cpp 2017-04-25 16:45:08.319174032 +0200 +++ new/src/share/vm/gc/shared/collectorPolicy.cpp 2017-04-25 16:45:08.203174036 +0200 @@ -151,10 +151,6 @@ return result; } -CardTableRS* CollectorPolicy::create_rem_set(MemRegion whole_heap) { - return new CardTableRS(whole_heap); -} - void CollectorPolicy::cleared_all_soft_refs() { // If near gc overhear limit, continue to clear SoftRefs. SoftRefs may // have been cleared in the last collection but if the gc overhear @@ -908,4 +904,3 @@ // Initialize the policy counters - 2 collectors, 3 generations. _gc_policy_counters = new GCPolicyCounters("Copy:MSC", 2, 3); } -