src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 3156
f08d439fab8c
parent 3136
c565834fb592
child 3310
6729bbc1fcd6
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -47,6 +47,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  #ifdef COMPILER2
    1.11  #include "opto/runtime.hpp"
    1.12  #endif

mercurial