mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8202709: Move oopDesc::is_archive_object to MetaspaceShared::is_archive_object
Reviewed-by: ehelin, jiangli
This commit is contained in:
parent
7574941d5f
commit
90a2a92fe3
8 changed files with 14 additions and 17 deletions
|
@ -339,8 +339,6 @@ class oopDesc {
|
|||
assert(has_klass_gap(), "only applicable to compressed klass pointers");
|
||||
return klass_offset_in_bytes() + sizeof(narrowKlass);
|
||||
}
|
||||
|
||||
static bool is_archive_object(oop p) NOT_CDS_JAVA_HEAP_RETURN_(false);
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_OOPS_OOP_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue