We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913b870 commit ab90653Copy full SHA for ab90653
src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
@@ -1715,7 +1715,6 @@ void ShenandoahEvacUpdateCleanupOopStorageRootsClosure::do_oop(oop* p) {
1715
if (obj == old) {
1716
_dead_counter ++;
1717
}
1718
- assert(*p == NULL, "Must be");
1719
} else if (_evac_in_progress && _heap->in_collection_set(obj)) {
1720
oop resolved = ShenandoahBarrierSet::resolve_forwarded_not_null(obj);
1721
if (resolved == obj) {
0 commit comments