src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/c2_globals.hpp	Wed Sep 21 11:39:27 2011
--- new/src/share/vm/opto/c2_globals.hpp	Wed Sep 21 11:39:27 2011

*** 42,51 **** --- 42,54 ---- # include "c2_globals_solaris.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "c2_globals_windows.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "c2_globals_bsd.hpp" + #endif // // Defines all globals flags used by the server compiler. //

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