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

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp102 static jfieldID libthread_db_handle_ID = 0; variable
160 void* libthread_db_handle = (void*) env->GetLongField(this_obj, libthread_db_handle_ID);
165 env->SetLongField(this_obj, libthread_db_handle_ID, (jlong)0);
379 env->SetLongField(this_obj, libthread_db_handle_ID, (jlong)(uintptr_t)libthread_db_handle);
1395 libthread_db_handle_ID = env->GetFieldID(clazz, "libthread_db_handle", "J");

Completed in 33 milliseconds