mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue