src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jni.cpp	Tue Sep 13 12:18:50 2011
--- new/src/share/vm/prims/jni.cpp	Tue Sep 13 12:18:50 2011

*** 80,89 **** --- 80,93 ---- #endif #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" # include "thread_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "os_bsd.inline.hpp" + # include "thread_bsd.inline.hpp" + #endif static jint CurrentVersion = JNI_VERSION_1_6; // The DT_RETURN_MARK macros create a scoped object to fire the dtrace

src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File