mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8231113: Remove CollectedHeap::check_oop_location()
Reviewed-by: stefank, eosterlund, tschatzl
This commit is contained in:
parent
35a9f6864a
commit
b053f09769
9 changed files with 7 additions and 29 deletions
|
@ -209,7 +209,6 @@ void oopDesc::release_double_field_put(int offset, jdouble value) { HeapAcce
|
|||
|
||||
#ifdef ASSERT
|
||||
void oopDesc::verify_forwardee(oop forwardee) {
|
||||
Universe::heap()->check_oop_location(forwardee);
|
||||
#if INCLUDE_CDS_JAVA_HEAP
|
||||
assert(!HeapShared::is_archived_object(forwardee) && !HeapShared::is_archived_object(this),
|
||||
"forwarding archive object");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue