src/share/vm/runtime/mutexLocker.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_full Cdiff src/share/vm/runtime/mutexLocker.hpp

src/share/vm/runtime/mutexLocker.hpp

Print this page
rev 2694 : imported patch headers_only

*** 34,43 **** --- 34,46 ---- # include "os_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "os_bsd.inline.hpp" + #endif // Mutexes used in the VM. extern Mutex* Patching_lock; // a lock used to guard code patching of compiled code extern Monitor* SystemDictionary_lock; // a lock on the system dictonary
src/share/vm/runtime/mutexLocker.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File