Searched defs:env_id (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp375 JNIEnv *env_id; // Env where trace was recorded member in struct:__anon364
484 // a given thread. The thread is identified by the env_id field in the
497 // JNIEnv *env_id;
503 // env_id - ID of thread which executed this trace.
527 if (trace->env_id == NULL ||
528 (thread = JavaThread::thread_from_jni_environment(trace->env_id)) == NULL ||
531 // bad env_id, thread has exited or thread is exiting

Completed in 30 milliseconds