< prev index next >

src/hotspot/share/prims/jni.h

Print this page

        

*** 1962,1971 **** --- 1962,1972 ---- #define JNI_VERSION_1_2 0x00010002 #define JNI_VERSION_1_4 0x00010004 #define JNI_VERSION_1_6 0x00010006 #define JNI_VERSION_1_8 0x00010008 #define JNI_VERSION_9 0x00090000 + #define JNI_VERSION_10 0x000a0000 #ifdef __cplusplus } /* extern "C" */ #endif /* __cplusplus */
< prev index next >