changeset 49047 | 8f004146e407 |
parent 48168 | cb5d2d4453d0 |
child 51332 | c25572739e7c |
--- a/src/hotspot/share/gc/g1/g1FullGCScope.cpp Thu Feb 22 18:35:40 2018 +0100 +++ b/src/hotspot/share/gc/g1/g1FullGCScope.cpp Thu Feb 22 18:36:07 2018 +0100 @@ -35,7 +35,7 @@ _tracer(), _active(), _cpu_time(), - _soft_refs(clear_soft, _g1h->collector_policy()), + _soft_refs(clear_soft, _g1h->soft_ref_policy()), _memory_stats(memory_manager, _g1h->gc_cause()), _collector_stats(_g1h->g1mm()->full_collection_counters()), _heap_transition(_g1h) {