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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp283 static to_platform_string_fn_t _to_platform_string_fn = NULL; local
285 if (_to_platform_string_fn == NULL) {
287 _to_platform_string_fn = CAST_TO_FN_PTR(to_platform_string_fn_t, os::dll_lookup(lib_handle, "GetStringPlatformChars"));
288 if (_to_platform_string_fn == NULL) {
301 native_platform_string = (_to_platform_string_fn)(env, js, &is_copy);

Completed in 251 milliseconds