8374371: Failed assertion in G1HeapRegion gtest

Reviewed-by: tschatzl, iwalulya
This commit is contained in:
Kim Barrett 2026-01-02 09:27:40 +00:00
parent d9bd300c6e
commit 65af6bcb8f

View File

@ -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);