mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-03 09:12:59 +00:00
Merge
This commit is contained in:
commit
5231fd3c51
@ -89,7 +89,7 @@ class CheckForUnmarkedObjects : public ObjectClosure {
|
||||
CheckForUnmarkedOops object_check(_young_gen, _card_table);
|
||||
obj->oop_iterate_no_header(&object_check);
|
||||
if (object_check.has_unmarked_oop()) {
|
||||
assert(_card_table->addr_is_marked_imprecise(obj), "Found unmarked young_gen object");
|
||||
guarantee(_card_table->addr_is_marked_imprecise(obj), "Found unmarked young_gen object");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user