src/share/vm/runtime/interfaceSupport.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/interfaceSupport.hpp	Tue Sep 13 12:19:05 2011
--- new/src/share/vm/runtime/interfaceSupport.hpp	Tue Sep 13 12:19:05 2011

*** 42,51 **** --- 42,54 ---- # include "thread_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "thread_bsd.inline.hpp" + #endif // Wrapper for all entry points to the virtual machine. // The HandleMarkCleaner is a faster version of HandleMark. // It relies on the fact that there is a HandleMark further // down the stack (in JavaCalls::call_helper), and just resets
*** 113,122 **** --- 116,128 ---- # include "interfaceSupport_solaris.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "interfaceSupport_windows.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "interfaceSupport_bsd.hpp" + #endif }; // Basic class for all thread transition classes.

src/share/vm/runtime/interfaceSupport.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File