hotspot/src/cpu/x86/vm/stubRoutines_x86_64.cpp
changeset 10565 dc90c239f4ec
parent 7397 5b173b4ca846
child 11961 0abd4cd26e5a
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    33 # include "thread_solaris.inline.hpp"
    33 # include "thread_solaris.inline.hpp"
    34 #endif
    34 #endif
    35 #ifdef TARGET_OS_FAMILY_windows
    35 #ifdef TARGET_OS_FAMILY_windows
    36 # include "thread_windows.inline.hpp"
    36 # include "thread_windows.inline.hpp"
    37 #endif
    37 #endif
       
    38 #ifdef TARGET_OS_FAMILY_bsd
       
    39 # include "thread_bsd.inline.hpp"
       
    40 #endif
    38 
    41 
    39 // Implementation of the platform-specific part of StubRoutines - for
    42 // Implementation of the platform-specific part of StubRoutines - for
    40 // a description of how to extend it, see the stubRoutines.hpp file.
    43 // a description of how to extend it, see the stubRoutines.hpp file.
    41 
    44 
    42 address StubRoutines::x86::_get_previous_fp_entry = NULL;
    45 address StubRoutines::x86::_get_previous_fp_entry = NULL;