hotspot/src/share/vm/runtime/safepoint.cpp
changeset 14583 d70ee55535f4
parent 13195 be27e1b6a4b9
child 15482 470d0b0c09f1
equal deleted inserted replaced
14582:490bb6c0df7c 14583:d70ee55535f4
    46 #include "runtime/signature.hpp"
    46 #include "runtime/signature.hpp"
    47 #include "runtime/stubCodeGenerator.hpp"
    47 #include "runtime/stubCodeGenerator.hpp"
    48 #include "runtime/stubRoutines.hpp"
    48 #include "runtime/stubRoutines.hpp"
    49 #include "runtime/sweeper.hpp"
    49 #include "runtime/sweeper.hpp"
    50 #include "runtime/synchronizer.hpp"
    50 #include "runtime/synchronizer.hpp"
       
    51 #include "runtime/thread.inline.hpp"
    51 #include "services/memTracker.hpp"
    52 #include "services/memTracker.hpp"
    52 #include "services/runtimeService.hpp"
    53 #include "services/runtimeService.hpp"
    53 #include "utilities/events.hpp"
    54 #include "utilities/events.hpp"
    54 #ifdef TARGET_ARCH_x86
    55 #ifdef TARGET_ARCH_x86
    55 # include "nativeInst_x86.hpp"
    56 # include "nativeInst_x86.hpp"
    68 # include "vmreg_arm.inline.hpp"
    69 # include "vmreg_arm.inline.hpp"
    69 #endif
    70 #endif
    70 #ifdef TARGET_ARCH_ppc
    71 #ifdef TARGET_ARCH_ppc
    71 # include "nativeInst_ppc.hpp"
    72 # include "nativeInst_ppc.hpp"
    72 # include "vmreg_ppc.inline.hpp"
    73 # include "vmreg_ppc.inline.hpp"
    73 #endif
       
    74 #ifdef TARGET_OS_FAMILY_linux
       
    75 # include "thread_linux.inline.hpp"
       
    76 #endif
       
    77 #ifdef TARGET_OS_FAMILY_solaris
       
    78 # include "thread_solaris.inline.hpp"
       
    79 #endif
       
    80 #ifdef TARGET_OS_FAMILY_windows
       
    81 # include "thread_windows.inline.hpp"
       
    82 #endif
       
    83 #ifdef TARGET_OS_FAMILY_bsd
       
    84 # include "thread_bsd.inline.hpp"
       
    85 #endif
    74 #endif
    86 #ifndef SERIALGC
    75 #ifndef SERIALGC
    87 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
    76 #include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp"
    88 #include "gc_implementation/shared/concurrentGCThread.hpp"
    77 #include "gc_implementation/shared/concurrentGCThread.hpp"
    89 #endif
    78 #endif