hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 10565 dc90c239f4ec
parent 10548 25c3d1aaade6
child 10567 149651837c4a
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
   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"