src/share/vm/interpreter/abstractInterpreter.hpp

changeset 3156
f08d439fab8c
parent 2901
3d2ab563047a
child 3787
6759698e3140
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
53 #ifdef TARGET_OS_FAMILY_solaris 53 #ifdef TARGET_OS_FAMILY_solaris
54 # include "thread_solaris.inline.hpp" 54 # include "thread_solaris.inline.hpp"
55 #endif 55 #endif
56 #ifdef TARGET_OS_FAMILY_windows 56 #ifdef TARGET_OS_FAMILY_windows
57 # include "thread_windows.inline.hpp" 57 # include "thread_windows.inline.hpp"
58 #endif
59 #ifdef TARGET_OS_FAMILY_bsd
60 # include "thread_bsd.inline.hpp"
58 #endif 61 #endif
59 62
60 // This file contains the platform-independent parts 63 // This file contains the platform-independent parts
61 // of the abstract interpreter and the abstract interpreter generator. 64 // of the abstract interpreter and the abstract interpreter generator.
62 65

mercurial