< prev index next >

src/hotspot/share/jfr/periodic/jfrModuleEvent.cpp

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

@@ -28,11 +28,11 @@
 #include "classfile/moduleEntry.hpp"
 #include "classfile/packageEntry.hpp"
 #include "jfr/jfrEvents.hpp"
 #include "jfr/periodic/jfrModuleEvent.hpp"
 #include "jfr/utilities/jfrTime.hpp"
-#include "runtime/mutexLocker.hpp"
+#include "runtime/mutexLocker.inline.hpp"
 
 // we want all periodic module events to have the same timestamp
 static JfrTicks invocation_time;
 
 typedef void (*EventFunc)(const void* iterated_address, const ModuleEntry* module);
< prev index next >