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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp2335 JavaThread *curJT = JavaThread::current(); local
2338 assert(!curJT->has_last_Java_frame() || curJT->frame_anchor()->walkable(), "Unwalkable stack in native->vm transition");
2344 if (do_self_suspend && (!AllowJNIEnvProxy || curJT == thread)) {
2381 SafepointSynchronize::block(curJT);

Completed in 64 milliseconds