Description
OopIterateClosure provides some automatic verification that read objects are inside the heap. Closures can opt out from this by overriding should_verify_oops().
I propose that we remove this verification and let the closures do their own verification.
I propose that we remove this verification and let the closures do their own verification.
Attachments
Issue Links
- relates to
-
JDK-8255598 [PPC64] assert(Universe::heap()->is_in(result)) failed: object not in heap
- Resolved