From 65af6bcb8f74484436b0331032260f2a646f203f Mon Sep 17 00:00:00 2001 From: Kim Barrett Date: Fri, 2 Jan 2026 09:27:40 +0000 Subject: [PATCH] 8374371: Failed assertion in G1HeapRegion gtest Reviewed-by: tschatzl, iwalulya --- test/hotspot/gtest/gc/g1/test_heapRegion.cpp | 1 - 1 file changed, 1 deletion(-) 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);