comparison src/share/vm/runtime/vmStructs.cpp @ 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 ab577c97a5f3
children cb315dc80374
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
131 # include "thread_solaris.inline.hpp" 131 # include "thread_solaris.inline.hpp"
132 #endif 132 #endif
133 #ifdef TARGET_OS_FAMILY_windows 133 #ifdef TARGET_OS_FAMILY_windows
134 # include "thread_windows.inline.hpp" 134 # include "thread_windows.inline.hpp"
135 #endif 135 #endif
136 #ifdef TARGET_OS_FAMILY_bsd
137 # include "thread_bsd.inline.hpp"
138 #endif
136 #ifdef TARGET_OS_ARCH_linux_x86 139 #ifdef TARGET_OS_ARCH_linux_x86
137 # include "vmStructs_linux_x86.hpp" 140 # include "vmStructs_linux_x86.hpp"
138 #endif 141 #endif
139 #ifdef TARGET_OS_ARCH_linux_sparc 142 #ifdef TARGET_OS_ARCH_linux_sparc
140 # include "vmStructs_linux_sparc.hpp" 143 # include "vmStructs_linux_sparc.hpp"
154 #ifdef TARGET_OS_ARCH_linux_arm 157 #ifdef TARGET_OS_ARCH_linux_arm
155 # include "vmStructs_linux_arm.hpp" 158 # include "vmStructs_linux_arm.hpp"
156 #endif 159 #endif
157 #ifdef TARGET_OS_ARCH_linux_ppc 160 #ifdef TARGET_OS_ARCH_linux_ppc
158 # include "vmStructs_linux_ppc.hpp" 161 # include "vmStructs_linux_ppc.hpp"
162 #endif
163 #ifdef TARGET_OS_ARCH_bsd_x86
164 # include "vmStructs_bsd_x86.hpp"
165 #endif
166 #ifdef TARGET_OS_ARCH_bsd_zero
167 # include "vmStructs_bsd_zero.hpp"
159 #endif 168 #endif
160 #ifndef SERIALGC 169 #ifndef SERIALGC
161 #include "gc_implementation/concurrentMarkSweep/cmsPermGen.hpp" 170 #include "gc_implementation/concurrentMarkSweep/cmsPermGen.hpp"
162 #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp" 171 #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp"
163 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp" 172 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp"