src/share/vm/prims/jni.cpp

Print this page

        

*** 90,100 **** #endif #ifdef TARGET_OS_FAMILY_bsd # include "os_bsd.inline.hpp" #endif ! static jint CurrentVersion = JNI_VERSION_1_6; // The DT_RETURN_MARK macros create a scoped object to fire the dtrace // '-return' probe regardless of the return path is taken out of the function. // Methods that have multiple return paths use this to avoid having to --- 90,100 ---- #endif #ifdef TARGET_OS_FAMILY_bsd # include "os_bsd.inline.hpp" #endif ! static jint CurrentVersion = JNI_VERSION_1_8; // The DT_RETURN_MARK macros create a scoped object to fire the dtrace // '-return' probe regardless of the return path is taken out of the function. // Methods that have multiple return paths use this to avoid having to