You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hotspot/share/gc/g1/g1HeapVerifier.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ class VerifyRegionClosure: public HeapRegionClosure {
246
246
}
247
247
248
248
booldo_heap_region(G1HeapRegion* r) {
249
+
// TODO SANITIZE
249
250
guarantee(!r->has_index_in_opt_cset(), "Region %u still has opt collection set index %u", r->hrm_index(), r->index_in_opt_cset());
250
251
guarantee(!r->is_young() || r->rem_set()->is_complete(), "Remembered set for Young region %u must be complete, is %s", r->hrm_index(), r->rem_set()->get_state_str());
251
252
// Humongous and old regions regions might be of any state, so can't check here.
0 commit comments