Skip to content

Commit 5d71612

Browse files
committed
8309852: G1: Remove unnecessary assert_empty in G1ParScanThreadStateSet destructor
Reviewed-by: tschatzl
1 parent 23a54f3 commit 5d71612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/gc/g1/g1ParScanThreadState.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,5 @@ G1ParScanThreadStateSet::~G1ParScanThreadStateSet() {
712712
assert(_flushed, "thread local state from the per thread states should have been flushed");
713713
FREE_C_HEAP_ARRAY(G1ParScanThreadState*, _states);
714714
FREE_C_HEAP_ARRAY(size_t, _surviving_young_words_total);
715-
_preserved_marks_set.assert_empty();
716715
_preserved_marks_set.reclaim();
717716
}

0 commit comments

Comments
 (0)