src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 58644 64597a6fd186
parent 58264 4e96939a5746
child 58645 28c7e6711871
child 58654 562bf1878089
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.cpp	Wed Oct 16 11:52:56 2019 +0200
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.cpp	Wed Oct 16 12:36:44 2019 +0200
@@ -4076,7 +4076,7 @@
     Atomic::add(r->rem_set()->occupied_locked(), &_rs_length);
 
     if (!is_young) {
-      g1h->_hot_card_cache->reset_card_counts(r);
+      g1h->hot_card_cache()->reset_card_counts(r);
     }
 
     if (!evacuation_failed) {