hotspot/src/cpu/x86/vm/stubRoutines_x86_64.cpp
changeset 14583 d70ee55535f4
parent 14132 3c1437abcefd
child 18507 61bfc8995bb3
equal deleted inserted replaced
14582:490bb6c0df7c 14583:d70ee55535f4
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "runtime/deoptimization.hpp"
    26 #include "runtime/deoptimization.hpp"
    27 #include "runtime/frame.inline.hpp"
    27 #include "runtime/frame.inline.hpp"
    28 #include "runtime/stubRoutines.hpp"
    28 #include "runtime/stubRoutines.hpp"
    29 #ifdef TARGET_OS_FAMILY_linux
    29 #include "runtime/thread.inline.hpp"
    30 # include "thread_linux.inline.hpp"
       
    31 #endif
       
    32 #ifdef TARGET_OS_FAMILY_solaris
       
    33 # include "thread_solaris.inline.hpp"
       
    34 #endif
       
    35 #ifdef TARGET_OS_FAMILY_windows
       
    36 # include "thread_windows.inline.hpp"
       
    37 #endif
       
    38 #ifdef TARGET_OS_FAMILY_bsd
       
    39 # include "thread_bsd.inline.hpp"
       
    40 #endif
       
    41 
    30 
    42 // Implementation of the platform-specific part of StubRoutines - for
    31 // Implementation of the platform-specific part of StubRoutines - for
    43 // a description of how to extend it, see the stubRoutines.hpp file.
    32 // a description of how to extend it, see the stubRoutines.hpp file.
    44 
    33 
    45 address StubRoutines::x86::_get_previous_fp_entry = NULL;
    34 address StubRoutines::x86::_get_previous_fp_entry = NULL;