< prev index next >

src/hotspot/share/runtime/mutexLocker.cpp

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

@@ -22,17 +22,17 @@
  *
  */
 
 #include "precompiled.hpp"
 #include "memory/universe.hpp"
-#include "runtime/mutexLocker.hpp"
+#include "runtime/mutexLocker.inline.hpp"
 #include "runtime/os.inline.hpp"
 #include "runtime/safepoint.hpp"
 #include "runtime/thread.inline.hpp"
 #include "runtime/vmThread.hpp"
 
-// Mutexes used in the VM (see comment in mutexLocker.hpp):
+// Mutexes used in the VM (see comment in mutexLocker.inline.hpp):
 //
 // Note that the following pointers are effectively final -- after having been
 // set at JVM startup-time, they should never be subsequently mutated.
 // Instead of using pointers to malloc()ed monitors and mutexes we should consider
 // eliminating the indirection and using instances instead.
< prev index next >