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

/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp219 LoadedClassesEnumerator::LoadedClassesEnumerator(Thread* cur_thread) { argument
220 assert(cur_thread == Thread::current(), "Check current thread");
233 _current_thread = cur_thread;
H A DthreadService.cpp874 ThreadsListEnumerator::ThreadsListEnumerator(Thread* cur_thread, argument
877 assert(cur_thread == Thread::current(), "Check current thread");
906 instanceHandle h(cur_thread, (instanceOop) jt->threadObj());
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp218 Node* cur_thread = _gvn.transform( new (C) ThreadLocalNode() ); local
226 Node *tst = Bool( CmpP( init_thread, cur_thread), BoolTest::eq);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp702 JavaThread* cur_thread = JavaThread::current(); local
703 HandleMark hm(cur_thread);
705 Handle obj = Handle(cur_thread, JNIHandles::resolve_external_guard(jobj));
707 KlassHandle ob_kh = KlassHandle(cur_thread, obj->klass());
710 if (!is_assignable(signature, Klass::cast(ob_kh()), cur_thread)) {

Completed in 28 milliseconds