src/share/vm/memory/gcLocker.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/gcLocker.hpp	Tue Sep 13 12:18:35 2011
--- new/src/share/vm/memory/gcLocker.hpp	Tue Sep 13 12:18:35 2011

*** 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