mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8213250: CDS archive creation aborts due to metaspace object allocation failure
Reviewed-by: jiangli, ccheung
This commit is contained in:
parent
836e02e1f1
commit
b84cf61b08
4 changed files with 27 additions and 36 deletions
|
@ -172,7 +172,6 @@ class SharedDictionary : public Dictionary {
|
|||
|
||||
public:
|
||||
SharedDictionaryEntry* find_entry_for(InstanceKlass* klass);
|
||||
void finalize_verification_constraints();
|
||||
|
||||
bool add_non_builtin_klass(const Symbol* class_name,
|
||||
ClassLoaderData* loader_data,
|
||||
|
@ -283,7 +282,7 @@ private:
|
|||
Handle class_loader,
|
||||
Handle protection_domain,
|
||||
TRAPS);
|
||||
|
||||
static void finalize_verification_constraints_for(InstanceKlass* k);
|
||||
public:
|
||||
// Called by PLATFORM/APP loader only
|
||||
static InstanceKlass* find_or_load_shared_class(Symbol* class_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue