src/share/vm/runtime/interfaceSupport.hpp

changeset 3156
f08d439fab8c
parent 2708
1d1603768966
child 3241
a6eef545f1a2
     1.1 --- a/src/share/vm/runtime/interfaceSupport.hpp	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/src/share/vm/runtime/interfaceSupport.hpp	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -44,6 +44,9 @@
     1.4  #ifdef TARGET_OS_FAMILY_windows
     1.5  # include "thread_windows.inline.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_OS_FAMILY_bsd
     1.8 +# include "thread_bsd.inline.hpp"
     1.9 +#endif
    1.10  
    1.11  // Wrapper for all entry points to the virtual machine.
    1.12  // The HandleMarkCleaner is a faster version of HandleMark.
    1.13 @@ -115,6 +118,9 @@
    1.14  #ifdef TARGET_OS_FAMILY_windows
    1.15  # include "interfaceSupport_windows.hpp"
    1.16  #endif
    1.17 +#ifdef TARGET_OS_FAMILY_bsd
    1.18 +# include "interfaceSupport_bsd.hpp"
    1.19 +#endif
    1.20  
    1.21  };
    1.22  

mercurial