Lines Matching refs:JNI_VERSION_1_1
78 // We don't support JNI_VERSION_1_1. These are the only other valid versions.3090 // JNI_VERSION_1_1, which we don't otherwise support.3091 if (IsBadJniVersion(version) && version != JNI_VERSION_1_1) {