mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8244660: Code cache sweeper heuristics is broken
Reviewed-by: thartmann, rehn
This commit is contained in:
parent
06b49fa3f7
commit
99d6bea20d
11 changed files with 76 additions and 130 deletions
|
@ -54,6 +54,7 @@ extern Mutex* SymbolArena_lock; // a lock on the symbol table a
|
|||
extern Monitor* StringDedupQueue_lock; // a lock on the string deduplication queue
|
||||
extern Mutex* StringDedupTable_lock; // a lock on the string deduplication table
|
||||
extern Monitor* CodeCache_lock; // a lock on the CodeCache, rank is special
|
||||
extern Monitor* CodeSweeper_lock; // a lock used by the sweeper only for wait notify
|
||||
extern Mutex* MethodData_lock; // a lock on installation of method data
|
||||
extern Mutex* TouchedMethodLog_lock; // a lock on allocation of LogExecutedMethods info
|
||||
extern Mutex* RetData_lock; // a lock on installation of RetData inside method data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue