mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8267189: Remove duplicated unregistered classes from dynamic archive
Reviewed-by: ccheung, minqi
This commit is contained in:
parent
fa3b44d438
commit
bb24fa652a
8 changed files with 316 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue