We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da2208 commit 865d182Copy full SHA for 865d182
src/hotspot/share/gc/g1/g1RemSet.cpp
@@ -830,7 +830,7 @@ class G1ScanCollectionSetRegionClosure : public HeapRegionClosure {
830
// Scan the code root list attached to the current region
831
r->code_roots_do(&cl);
832
833
- _code_roots_scanned = cl.count();
+ _code_roots_scanned += cl.count();
834
835
event.commit(GCId::current(), _worker_id, G1GCPhaseTimes::phase_name(_code_roots_phase));
836
}
0 commit comments