src/share/vm/runtime/safepoint.cpp

Print this page
rev 6670 : 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes

*** 54,83 **** #include "runtime/thread.inline.hpp" #include "services/memTracker.hpp" #include "services/runtimeService.hpp" #include "utilities/events.hpp" #include "utilities/macros.hpp" - #ifdef TARGET_ARCH_x86 - # include "nativeInst_x86.hpp" - # include "vmreg_x86.inline.hpp" - #endif - #ifdef TARGET_ARCH_sparc - # include "nativeInst_sparc.hpp" - # include "vmreg_sparc.inline.hpp" - #endif - #ifdef TARGET_ARCH_zero - # include "nativeInst_zero.hpp" - # include "vmreg_zero.inline.hpp" - #endif - #ifdef TARGET_ARCH_arm - # include "nativeInst_arm.hpp" - # include "vmreg_arm.inline.hpp" - #endif - #ifdef TARGET_ARCH_ppc - # include "nativeInst_ppc.hpp" - # include "vmreg_ppc.inline.hpp" - #endif #if INCLUDE_ALL_GCS #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp" #include "gc_implementation/shared/suspendibleThreadSet.hpp" #endif // INCLUDE_ALL_GCS #ifdef COMPILER1 --- 54,63 ----