comparison src/share/vm/runtime/globals.hpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents d968f546734e
children dc45ae774613
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
48 # include "globals_solaris.hpp" 48 # include "globals_solaris.hpp"
49 #endif 49 #endif
50 #ifdef TARGET_OS_FAMILY_windows 50 #ifdef TARGET_OS_FAMILY_windows
51 # include "globals_windows.hpp" 51 # include "globals_windows.hpp"
52 #endif 52 #endif
53 #ifdef TARGET_OS_FAMILY_bsd
54 # include "globals_bsd.hpp"
55 #endif
53 #ifdef TARGET_OS_ARCH_linux_x86 56 #ifdef TARGET_OS_ARCH_linux_x86
54 # include "globals_linux_x86.hpp" 57 # include "globals_linux_x86.hpp"
55 #endif 58 #endif
56 #ifdef TARGET_OS_ARCH_linux_sparc 59 #ifdef TARGET_OS_ARCH_linux_sparc
57 # include "globals_linux_sparc.hpp" 60 # include "globals_linux_sparc.hpp"
71 #ifdef TARGET_OS_ARCH_linux_arm 74 #ifdef TARGET_OS_ARCH_linux_arm
72 # include "globals_linux_arm.hpp" 75 # include "globals_linux_arm.hpp"
73 #endif 76 #endif
74 #ifdef TARGET_OS_ARCH_linux_ppc 77 #ifdef TARGET_OS_ARCH_linux_ppc
75 # include "globals_linux_ppc.hpp" 78 # include "globals_linux_ppc.hpp"
79 #endif
80 #ifdef TARGET_OS_ARCH_bsd_x86
81 # include "globals_bsd_x86.hpp"
82 #endif
83 #ifdef TARGET_OS_ARCH_bsd_zero
84 # include "globals_bsd_zero.hpp"
76 #endif 85 #endif
77 #ifdef COMPILER1 86 #ifdef COMPILER1
78 #ifdef TARGET_ARCH_x86 87 #ifdef TARGET_ARCH_x86
79 # include "c1_globals_x86.hpp" 88 # include "c1_globals_x86.hpp"
80 #endif 89 #endif
94 # include "c1_globals_solaris.hpp" 103 # include "c1_globals_solaris.hpp"
95 #endif 104 #endif
96 #ifdef TARGET_OS_FAMILY_windows 105 #ifdef TARGET_OS_FAMILY_windows
97 # include "c1_globals_windows.hpp" 106 # include "c1_globals_windows.hpp"
98 #endif 107 #endif
108 #ifdef TARGET_OS_FAMILY_bsd
109 # include "c1_globals_bsd.hpp"
110 #endif
99 #endif 111 #endif
100 #ifdef COMPILER2 112 #ifdef COMPILER2
101 #ifdef TARGET_ARCH_x86 113 #ifdef TARGET_ARCH_x86
102 # include "c2_globals_x86.hpp" 114 # include "c2_globals_x86.hpp"
103 #endif 115 #endif
113 #ifdef TARGET_OS_FAMILY_solaris 125 #ifdef TARGET_OS_FAMILY_solaris
114 # include "c2_globals_solaris.hpp" 126 # include "c2_globals_solaris.hpp"
115 #endif 127 #endif
116 #ifdef TARGET_OS_FAMILY_windows 128 #ifdef TARGET_OS_FAMILY_windows
117 # include "c2_globals_windows.hpp" 129 # include "c2_globals_windows.hpp"
130 #endif
131 #ifdef TARGET_OS_FAMILY_bsd
132 # include "c2_globals_bsd.hpp"
118 #endif 133 #endif
119 #endif 134 #endif
120 #ifdef SHARK 135 #ifdef SHARK
121 #ifdef TARGET_ARCH_zero 136 #ifdef TARGET_ARCH_zero
122 # include "shark_globals_zero.hpp" 137 # include "shark_globals_zero.hpp"