mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8202415: Incorrect time logged for monitor deflation
Add support for "deflating per-thread idle monitors" log mesgs. Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
bc215804a4
commit
8e4e1a91c0
4 changed files with 30 additions and 9 deletions
|
@ -616,7 +616,7 @@ public:
|
|||
Threads::possibly_parallel_threads_do(true, &_cleanup_threads_cl);
|
||||
|
||||
if (_subtasks.try_claim_task(SafepointSynchronize::SAFEPOINT_CLEANUP_DEFLATE_MONITORS)) {
|
||||
const char* name = "deflating idle monitors";
|
||||
const char* name = "deflating global idle monitors";
|
||||
EventSafepointCleanupTask event;
|
||||
TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
|
||||
ObjectSynchronizer::deflate_idle_monitors(_counters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue