hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 10565 dc90c239f4ec
parent 10520 db9177a52cee
child 13391 30245956af37
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    38 #ifdef TARGET_OS_FAMILY_solaris
    38 #ifdef TARGET_OS_FAMILY_solaris
    39 # include "thread_solaris.inline.hpp"
    39 # include "thread_solaris.inline.hpp"
    40 #endif
    40 #endif
    41 #ifdef TARGET_OS_FAMILY_windows
    41 #ifdef TARGET_OS_FAMILY_windows
    42 # include "thread_windows.inline.hpp"
    42 # include "thread_windows.inline.hpp"
       
    43 #endif
       
    44 #ifdef TARGET_OS_FAMILY_bsd
       
    45 # include "thread_bsd.inline.hpp"
    43 #endif
    46 #endif
    44 
    47 
    45 // The InterpreterRuntime is called by the interpreter for everything
    48 // The InterpreterRuntime is called by the interpreter for everything
    46 // that cannot/should not be dealt with in assembly and needs C support.
    49 // that cannot/should not be dealt with in assembly and needs C support.
    47 
    50