src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_headers_only Cdiff src/share/vm/runtime/globals.hpp

src/share/vm/runtime/globals.hpp

Print this page
rev 2694 : imported patch headers_only

*** 48,57 **** --- 48,60 ---- # include "globals_solaris.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "globals_windows.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "globals_bsd.hpp" + #endif #ifdef TARGET_OS_ARCH_linux_x86 # include "globals_linux_x86.hpp" #endif #ifdef TARGET_OS_ARCH_linux_sparc # include "globals_linux_sparc.hpp"
*** 72,81 **** --- 75,90 ---- # include "globals_linux_arm.hpp" #endif #ifdef TARGET_OS_ARCH_linux_ppc # include "globals_linux_ppc.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_x86 + # include "globals_bsd_x86.hpp" + #endif + #ifdef TARGET_OS_ARCH_bsd_zero + # include "globals_bsd_zero.hpp" + #endif #ifdef COMPILER1 #ifdef TARGET_ARCH_x86 # include "c1_globals_x86.hpp" #endif #ifdef TARGET_ARCH_sparc
*** 94,104 **** --- 103,116 ---- # include "c1_globals_solaris.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "c1_globals_windows.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "c1_globals_bsd.hpp" #endif + #endif #ifdef COMPILER2 #ifdef TARGET_ARCH_x86 # include "c2_globals_x86.hpp" #endif #ifdef TARGET_ARCH_sparc
*** 114,124 **** --- 126,139 ---- # 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 + #endif #ifdef SHARK #ifdef TARGET_ARCH_zero # include "shark_globals_zero.hpp" #endif #endif
src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File