mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8210155: Lock ClassLoaderDataGraph
In preparation for concurrent class unloading. Reviewed-by: hseigel, eosterlund
This commit is contained in:
parent
71479d029a
commit
eb9259138f
19 changed files with 199 additions and 82 deletions
|
@ -145,6 +145,7 @@ extern Mutex* UnsafeJlong_lock; // provides Unsafe atomic updat
|
|||
#endif
|
||||
|
||||
extern Mutex* MetaspaceExpand_lock; // protects Metaspace virtualspace and chunk expansions
|
||||
extern Mutex* ClassLoaderDataGraph_lock; // protects CLDG list, needed for concurrent unloading
|
||||
|
||||
|
||||
extern Monitor* CodeHeapStateAnalytics_lock; // lock print functions against concurrent analyze functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue