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

src/share/vm/runtime/vmStructs.cpp

Print this page
rev 2694 : imported patch headers_only

*** 131,140 **** --- 131,143 ---- # include "thread_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "thread_bsd.inline.hpp" + #endif #ifdef TARGET_OS_ARCH_linux_x86 # include "vmStructs_linux_x86.hpp" #endif #ifdef TARGET_OS_ARCH_linux_sparc # include "vmStructs_linux_sparc.hpp"
*** 155,164 **** --- 158,173 ---- # include "vmStructs_linux_arm.hpp" #endif #ifdef TARGET_OS_ARCH_linux_ppc # include "vmStructs_linux_ppc.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_x86 + # include "vmStructs_bsd_x86.hpp" + #endif + #ifdef TARGET_OS_ARCH_bsd_zero + # include "vmStructs_bsd_zero.hpp" + #endif #ifndef SERIALGC #include "gc_implementation/concurrentMarkSweep/cmsPermGen.hpp" #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp" #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp" #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File