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

*** 33,42 **** --- 33,45 ---- # 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 // The classes in this file provide a simple framework for the // management of little pieces of machine code - or stubs - // created on the fly and frequently discarded. In this frame- // work stubs are stored in a queue.

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