Skip to content

Commit ab90653

Browse files
committedJan 13, 2020
8237017: Shenandoah: Remove racy assertion
Reviewed-by: rkennke
1 parent 913b870 commit ab90653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,6 @@ void ShenandoahEvacUpdateCleanupOopStorageRootsClosure::do_oop(oop* p) {
17151715
if (obj == old) {
17161716
_dead_counter ++;
17171717
}
1718-
assert(*p == NULL, "Must be");
17191718
} else if (_evac_in_progress && _heap->in_collection_set(obj)) {
17201719
oop resolved = ShenandoahBarrierSet::resolve_forwarded_not_null(obj);
17211720
if (resolved == obj) {

0 commit comments

Comments
 (0)
Please sign in to comment.