< prev index next >

src/hotspot/share/gc/shared/concurrentGCPhaseManager.cpp

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

@@ -22,11 +22,11 @@
  *
  */
 
 #include "precompiled.hpp"
 #include "gc/shared/concurrentGCPhaseManager.hpp"
-#include "runtime/mutexLocker.hpp"
+#include "runtime/mutexLocker.inline.hpp"
 #include "runtime/thread.hpp"
 
 #define assert_ConcurrentGC_thread() \
   assert(Thread::current()->is_ConcurrentGC_thread(), "precondition")
 
< prev index next >