src/hotspot/share/runtime/mutexLocker.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Cdiff src/hotspot/share/runtime/mutexLocker.hpp

src/hotspot/share/runtime/mutexLocker.hpp

Print this page

        

*** 24,33 **** --- 24,34 ---- #ifndef SHARE_VM_RUNTIME_MUTEXLOCKER_HPP #define SHARE_VM_RUNTIME_MUTEXLOCKER_HPP #include "memory/allocation.hpp" + #include "runtime/flags/flagSetting.hpp" #include "runtime/mutex.hpp" // Mutexes used in the VM. extern Mutex* Patching_lock; // a lock used to guard code patching of compiled code
src/hotspot/share/runtime/mutexLocker.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File