8293291: Simplify relocation of native pointers in archive heap

Reviewed-by: ccheung, coleenp
This commit is contained in:
Ioi Lam 2022-10-19 04:57:56 +00:00
parent 1553551d82
commit 3f4964f83d
17 changed files with 275 additions and 235 deletions

View file

@ -253,8 +253,6 @@ class java_lang_Class : AllStatic {
Handle protection_domain, Handle classData, TRAPS);
static void fixup_mirror(Klass* k, TRAPS);
static oop create_basic_type_mirror(const char* basic_type_name, BasicType type, TRAPS);
static void update_archived_primitive_mirror_native_pointers(oop archived_mirror) NOT_CDS_JAVA_HEAP_RETURN;
static void update_archived_mirror_native_pointers(oop archived_mirror) NOT_CDS_JAVA_HEAP_RETURN;
// Archiving
static void serialize_offsets(SerializeClosure* f) NOT_CDS_RETURN;