< prev index next >

src/hotspot/share/code/codeBehaviours.cpp

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

*** 22,32 **** * */ #include "precompiled.hpp" #include "code/codeBehaviours.hpp" ! #include "runtime/mutexLocker.hpp" #include "runtime/safepoint.hpp" CompiledICProtectionBehaviour* CompiledICProtectionBehaviour::_current = NULL; bool DefaultICProtectionBehaviour::lock(CompiledMethod* method) { --- 22,32 ---- * */ #include "precompiled.hpp" #include "code/codeBehaviours.hpp" ! #include "runtime/mutexLocker.inline.hpp" #include "runtime/safepoint.hpp" CompiledICProtectionBehaviour* CompiledICProtectionBehaviour::_current = NULL; bool DefaultICProtectionBehaviour::lock(CompiledMethod* method) {
< prev index next >