diff --git a/test/hotspot/gtest/gc/g1/test_heapRegion.cpp b/test/hotspot/gtest/gc/g1/test_heapRegion.cpp index ec7722ad384..8dc609ca69e 100644 --- a/test/hotspot/gtest/gc/g1/test_heapRegion.cpp +++ b/test/hotspot/gtest/gc/g1/test_heapRegion.cpp @@ -79,7 +79,6 @@ void VM_HeapRegionApplyToMarkedObjectsTest::doit() { bitmap->par_mark(region->bottom() + MARK_OFFSET_1); bitmap->par_mark(region->bottom() + MARK_OFFSET_2); bitmap->par_mark(region->bottom() + MARK_OFFSET_3); - bitmap->par_mark(region->end()); VerifyAndCountMarkClosure cl(bitmap);