< prev index next >

src/hotspot/share/runtime/task.cpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

@@ -23,10 +23,11 @@
  */
 
 #include "precompiled.hpp"
 #include "memory/allocation.hpp"
 #include "runtime/init.hpp"
+#include "runtime/mutexLocker.inline.hpp"
 #include "runtime/task.hpp"
 #include "runtime/thread.inline.hpp"
 #include "runtime/timer.hpp"
 
 int PeriodicTask::_num_tasks = 0;
< prev index next >