mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
7005259: CMS: BubbleUpRef asserts referent(obj)->is_oop() failed: Enqueued a bad referent
Relaxed the assert by allowing NULL referents when discovery may be concurrent. Reviewed-by: johnc, jcoomes
This commit is contained in:
parent
544b475fc5
commit
8baafdfd45
3 changed files with 21 additions and 13 deletions
|
@ -345,6 +345,7 @@ class ReferenceProcessor : public CHeapObj {
|
|||
|
||||
// debugging
|
||||
void verify_no_references_recorded() PRODUCT_RETURN;
|
||||
void verify_referent(oop obj) PRODUCT_RETURN;
|
||||
static void verify();
|
||||
|
||||
// clear the discovered lists (unlinking each entry).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue