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

@ -154,6 +154,7 @@ Mutex* DumpTimeTable_lock = NULL;
Mutex* CDSLambda_lock = NULL;
Mutex* DumpRegion_lock = NULL;
Mutex* ClassListFile_lock = NULL;
Mutex* UnregisteredClassesTable_lock= NULL;
Mutex* LambdaFormInvokers_lock = NULL;
#endif // INCLUDE_CDS
Mutex* Bootclasspath_lock = NULL;