mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8374371: Failed assertion in G1HeapRegion gtest
Reviewed-by: tschatzl, iwalulya
This commit is contained in:
parent
d9bd300c6e
commit
65af6bcb8f
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user