src/share/vm/runtime/jniHandles.cpp

changeset 3156
f08d439fab8c
parent 2708
1d1603768966
child 4037
da91efe96a93
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
34 #ifdef TARGET_OS_FAMILY_solaris 34 #ifdef TARGET_OS_FAMILY_solaris
35 # include "thread_solaris.inline.hpp" 35 # include "thread_solaris.inline.hpp"
36 #endif 36 #endif
37 #ifdef TARGET_OS_FAMILY_windows 37 #ifdef TARGET_OS_FAMILY_windows
38 # include "thread_windows.inline.hpp" 38 # include "thread_windows.inline.hpp"
39 #endif
40 #ifdef TARGET_OS_FAMILY_bsd
41 # include "thread_bsd.inline.hpp"
39 #endif 42 #endif
40 43
41 44
42 JNIHandleBlock* JNIHandles::_global_handles = NULL; 45 JNIHandleBlock* JNIHandles::_global_handles = NULL;
43 JNIHandleBlock* JNIHandles::_weak_global_handles = NULL; 46 JNIHandleBlock* JNIHandles::_weak_global_handles = NULL;

mercurial