mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8298610: Refactor archiving of ConstantPool::resolved_references()
Reviewed-by: dholmes, ccheung
This commit is contained in:
parent
937ba1cadb
commit
afd5921f1c
6 changed files with 37 additions and 27 deletions
|
@ -444,7 +444,7 @@ class ConstantPoolCache: public MetaspaceObj {
|
|||
MetaspaceObj::Type type() const { return ConstantPoolCacheType; }
|
||||
|
||||
oop archived_references() NOT_CDS_JAVA_HEAP_RETURN_(NULL);
|
||||
void set_archived_references(oop o) NOT_CDS_JAVA_HEAP_RETURN;
|
||||
void set_archived_references(int root_index) NOT_CDS_JAVA_HEAP_RETURN;
|
||||
void clear_archived_references() NOT_CDS_JAVA_HEAP_RETURN;
|
||||
|
||||
inline objArrayOop resolved_references();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue