mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8210864: Reduce the use of metaspaceShared.hpp
Reviewed-by: coleenp, lfoltan
This commit is contained in:
parent
f0108ea40c
commit
1619cbd14b
13 changed files with 56 additions and 17 deletions
|
@ -256,6 +256,7 @@ class oopDesc {
|
|||
static bool is_oop_or_null(oop obj, bool ignore_mark_word = false);
|
||||
#ifndef PRODUCT
|
||||
inline bool is_unlocked_oop() const;
|
||||
static bool is_archive_object(oop p) NOT_CDS_JAVA_HEAP_RETURN_(false);
|
||||
#endif
|
||||
|
||||
// garbage collection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue