mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8221350: more monitor logging updates from Async Monitor Deflation project
Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
6efb59fad7
commit
6e84bce1b5
3 changed files with 49 additions and 25 deletions
|
@ -4449,7 +4449,7 @@ void Threads::add(JavaThread* p, bool force_daemon) {
|
|||
|
||||
void Threads::remove(JavaThread* p) {
|
||||
|
||||
// Reclaim the objectmonitors from the omInUseList and omFreeList of the moribund thread.
|
||||
// Reclaim the ObjectMonitors from the omInUseList and omFreeList of the moribund thread.
|
||||
ObjectSynchronizer::omFlush(p);
|
||||
|
||||
// Extra scope needed for Thread_lock, so we can check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue