8221350: more monitor logging updates from Async Monitor Deflation project

Reviewed-by: dholmes, coleenp
This commit is contained in:
Daniel D. Daugherty 2019-03-26 15:27:41 -04:00
parent 6efb59fad7
commit 6e84bce1b5
3 changed files with 49 additions and 25 deletions

View file

@ -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