< prev index next >

src/share/vm/runtime/safepoint.cpp

Print this page
rev 13054 : imported patch monitor_deflate_conc

@@ -542,11 +542,11 @@
 void SafepointSynchronize::do_cleanup_tasks() {
   {
     const char* name = "deflating idle monitors";
     EventSafepointCleanupTask event;
     TraceTime timer(name, TRACETIME_LOG(Info, safepoint, cleanup));
-    ObjectSynchronizer::deflate_idle_monitors();
+    ObjectSynchronizer::do_safepoint_work();
     event_safepoint_cleanup_task_commit(event, name);
   }
 
   {
     const char* name = "updating inline caches";
< prev index next >