src/share/vm/runtime/vmStructs.cpp

changeset 3156
f08d439fab8c
parent 3139
ab577c97a5f3
child 3158
cb315dc80374
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -133,6 +133,9 @@
     1.4  #ifdef TARGET_OS_FAMILY_windows
     1.5  # include "thread_windows.inline.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_OS_FAMILY_bsd
     1.8 +# include "thread_bsd.inline.hpp"
     1.9 +#endif
    1.10  #ifdef TARGET_OS_ARCH_linux_x86
    1.11  # include "vmStructs_linux_x86.hpp"
    1.12  #endif
    1.13 @@ -157,6 +160,12 @@
    1.14  #ifdef TARGET_OS_ARCH_linux_ppc
    1.15  # include "vmStructs_linux_ppc.hpp"
    1.16  #endif
    1.17 +#ifdef TARGET_OS_ARCH_bsd_x86
    1.18 +# include "vmStructs_bsd_x86.hpp"
    1.19 +#endif
    1.20 +#ifdef TARGET_OS_ARCH_bsd_zero
    1.21 +# include "vmStructs_bsd_zero.hpp"
    1.22 +#endif
    1.23  #ifndef SERIALGC
    1.24  #include "gc_implementation/concurrentMarkSweep/cmsPermGen.hpp"
    1.25  #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp"

mercurial