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

src/share/vm/opto/c2_globals.hpp

Print this page
rev 2694 : imported patch headers_only

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