src/cpu/x86/vm/interp_masm_x86_64.cpp

changeset 4299
f34d701e952e
parent 4037
da91efe96a93
child 4936
aeaca88565e6
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_64.cpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_64.cpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -36,18 +36,7 @@
     1.4  #include "runtime/basicLock.hpp"
     1.5  #include "runtime/biasedLocking.hpp"
     1.6  #include "runtime/sharedRuntime.hpp"
     1.7 -#ifdef TARGET_OS_FAMILY_linux
     1.8 -# include "thread_linux.inline.hpp"
     1.9 -#endif
    1.10 -#ifdef TARGET_OS_FAMILY_solaris
    1.11 -# include "thread_solaris.inline.hpp"
    1.12 -#endif
    1.13 -#ifdef TARGET_OS_FAMILY_windows
    1.14 -# include "thread_windows.inline.hpp"
    1.15 -#endif
    1.16 -#ifdef TARGET_OS_FAMILY_bsd
    1.17 -# include "thread_bsd.inline.hpp"
    1.18 -#endif
    1.19 +#include "runtime/thread.inline.hpp"
    1.20  
    1.21  
    1.22  // Implementation of InterpreterMacroAssembler

mercurial