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

src/share/vm/memory/gcLocker.hpp

Print this page
rev 2694 : imported patch headers_only

*** 39,48 **** --- 39,52 ---- #endif #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" # include "thread_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "os_bsd.inline.hpp" + # include "thread_bsd.inline.hpp" + #endif // The direct lock/unlock calls do not force a collection if an unlock // decrements the count to zero. Avoid calling these if at all possible. class GC_locker: public AllStatic {
src/share/vm/memory/gcLocker.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File