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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DConcurrentLocksPrinter.java39 public void print(JavaThread jthread, PrintStream tty) { argument
40 List locks = (List) locksMap.get(jthread);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaThread.java41 this.jthread = OopUtilities.threadOopGetJavaThread(threadOop);
46 this.jthread = jt;
101 if (jthread != null) {
102 JavaVFrame jvf = jthread.getLastJavaVFrameDbg();
116 if (jthread != null) {
119 ObjectMonitor waitingMonitor = jthread.getCurrentWaitingMonitor();
126 ObjectMonitor pendingMonitor = jthread.getCurrentPendingMonitor();
133 JavaVFrame frame = jthread.getLastJavaVFrameDbg();
187 private JavaThread jthread; field in class:JSJavaThread
H A DJSJavaFactoryImpl.java75 public JSJavaThread newJSJavaThread(JavaThread jthread) { argument
76 if (jthread == null) return null;
77 return new JSJavaThread(jthread, this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java57 public void setFocus(ThreadProxy thread, JavaThread jthread); argument
69 public ThreadInfo(ThreadProxy thread, CDebugger dbg, JavaThread jthread) { argument
87 if (jthread != null) {
88 javaThread = jthread;
89 javaThreadName = jthread.getThreadName();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp54 JavaThread* jthread = JavaThread::current(); local
55 if (jthread->has_last_Java_frame()) {
56 vframeStream vfst(jthread);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp130 JavaThread* jthread = JavaThread::current(); local
131 if (jthread->has_last_Java_frame()) {
132 vframeStream vfst(jthread);
2705 JVM_ENTRY(void, JVM_StartThread(JNIEnv* env, jobject jthread))
2727 if (java_lang_Thread::thread(JNIHandles::resolve_non_null(jthread)) != NULL) {
2734 java_lang_Thread::stackSize(JNIHandles::resolve_non_null(jthread));
2750 native_thread->prepare(jthread);
2781 JVM_ENTRY(void, JVM_StopThread(JNIEnv* env, jobject jthread, jobject throwable))
2788 oop java_thread = JNIHandles::resolve_non_null(jthread);
2817 JVM_ENTRY(jboolean, JVM_IsThreadAlive(JNIEnv* env, jobject jthread))
2984 oop jthread = thread->threadObj(); variable
3114 is_trusted_frame(JavaThread* jthread, vframeStream* vfst) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp494 Node* jthread = _gvn.transform(new (C) ThreadLocalNode()); local
495 Node* adr = basic_plus_adr(top(), jthread, in_bytes(JavaThread::should_post_on_exceptions_flag_offset()));
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h72 typedef jobject jthread; typedef
540 jthread thread;
610 jthread owner;
613 jthread* waiters;
615 jthread* notify_waiters;
723 jthread thread,
742 jthread thread,
748 jthread thread,
777 jthread thread,
787 jthread threa
[all...]

Completed in 92 milliseconds