Searched refs:lookup_special_native_methods (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp130 static JNINativeMethod lookup_special_native_methods[] = { variable
142 int i = !JDK_Version::is_gte_jdk14x_version() ? 0 : 2; // see comment in lookup_special_native_methods
143 int count = sizeof(lookup_special_native_methods) / sizeof(JNINativeMethod);
146 if (strstr(jni_name, lookup_special_native_methods[i].name) != NULL) {
147 return CAST_FROM_FN_PTR(address, lookup_special_native_methods[i].fnPtr);

Completed in 1235 milliseconds