8267189: Remove duplicated unregistered classes from dynamic archive

Reviewed-by: ccheung, minqi
This commit is contained in:
Ioi Lam 2021-06-17 22:19:23 +00:00
parent fa3b44d438
commit bb24fa652a
8 changed files with 316 additions and 19 deletions

View file

@ -132,6 +132,7 @@ extern Mutex* DumpTimeTable_lock; // SystemDictionaryShared::find
extern Mutex* CDSLambda_lock; // SystemDictionaryShared::get_shared_lambda_proxy_class
extern Mutex* DumpRegion_lock; // Symbol::operator new(size_t sz, int len)
extern Mutex* ClassListFile_lock; // ClassListWriter()
extern Mutex* UnregisteredClassesTable_lock; // UnregisteredClassesTableTable
extern Mutex* LambdaFormInvokers_lock; // Protecting LambdaFormInvokers::_lambdaform_lines
#endif // INCLUDE_CDS
#if INCLUDE_JFR