Searched defs:thr (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.hpp36 static void ReportJNIFatalError(JavaThread* thr, const char *msg) { argument
38 thr->print_stack();
49 static oop validate_handle(JavaThread* thr, jobject obj);
50 static oop validate_object(JavaThread* thr, jobject obj);
51 static klassOop validate_class(JavaThread* thr, jclass clazz, bool allow_primitive = false);
52 static void validate_class_descriptor(JavaThread* thr, const char* name);
53 static void validate_throwable_klass(JavaThread* thr, klassOop klass);
54 static void validate_call_object(JavaThread* thr, jobject obj, jmethodID method_id);
55 static void validate_call_class(JavaThread* thr, jclass clazz, jmethodID method_id);
56 static methodOop validate_jmethod_id(JavaThread* thr, jmethodI
[all...]
H A DjvmtiThreadState.cpp307 JavaThread *thr = get_thread(); local
308 if (thr->popframe_condition() != JavaThread::popframe_inactive) {
316 thr->clear_popframe_condition();
/openjdk7/langtools/test/tools/javac/DefiniteAssignment/
H A DT4718142.java35 static void thr() throws E { method in class:T4718142
45 thr();
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A DMtrace.java56 private static native void _method_entry(Object thr, int cnum, int mnum); argument
68 private static native void _method_exit(Object thr, int cnum, int mnum); argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp252 Thread* thr = Thread::current(); local
253 assert(thr != NULL, "Unexpected tid");
254 if (!thr->is_Java_thread()) {
255 assert(thr->is_VM_thread(), "Expected to be evaluated by VM thread");
270 Thread* thr = Thread::current(); local
271 assert(thr->is_Java_thread(), "just checking");
272 JavaThread* jt = (JavaThread*)thr;
/openjdk7/hotspot/test/runtime/6929067/
H A Dinvoke.c85 pthread_t thr; local
86 pthread_create (&thr, NULL, floobydust, NULL);
87 pthread_join (thr, NULL);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp199 Thread* thr = Thread::current(); local
200 assert(thr->is_Java_thread(), "invariant");
201 JavaThread* jt = (JavaThread*)thr;
H A Dg1SATBCardTableModRefBS.cpp57 Thread* thr = Thread::current();
58 if (thr->is_Java_thread()) {
59 JavaThread* jt = (JavaThread*)thr;
94 Thread* thr = Thread::current(); local
95 if (thr->is_Java_thread()) {
96 JavaThread* jt = (JavaThread*)thr;
125 Thread* thr = Thread::current(); local
133 if (thr->is_Java_thread()) {
134 JavaThread* jt = (JavaThread*)thr;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DUtils.java44 public static String getStatus(ThreadReference thr) { argument
45 int status = thr.status();
69 if (thr.isSuspended()) {
/openjdk7/jdk/src/share/classes/com/sun/demo/jvmti/hprof/
H A DTracker.java52 private static native void nativeObjectInit(Object thr, Object obj); argument
65 private static native void nativeNewArray(Object thr, Object obj); argument
80 private static native void nativeCallSite(Object thr, int cnum, int mnum); argument
93 private static native void nativeReturnSite(Object thr, int cnum, int mnum); argument
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp326 Thread* thr = Thread::current(); local
327 if (thr->is_VM_thread() || thr->is_ConcurrentGC_thread()) {
329 } else if (thr->is_GC_task_thread()) {
331 } else if (thr->is_Java_thread()) {
/openjdk7/jdk/test/com/sun/jdi/
H A DSimulResumerTest.java127 ThreadReference thr = event.thread();
130 debuggeeThread1 = thr;
134 if (debuggeeThread2 == null && thr != debuggeeThread1) {
135 debuggeeThread2 = thr;
152 void check(ThreadReference thr) { argument
156 if (thr != null) {
160 if (thr.ownedMonitors() == null) {
166 if (thr.ownedMonitorsAndFrames() == null) {
172 thr.currentContendedMonitor();
177 List<StackFrame> frames = thr
[all...]
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c437 thread_info* thr = NULL; local
H A Dlibproc_impl.c133 thread_info* thr = ph->threads; local
134 while (thr) {
135 thread_info *next = thr->next;
136 free(thr);
137 thr = next;
326 thread_info* thr = ph->threads; local
327 while (thr) {
329 return thr->lwp_id;
332 thr = thr
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_proc.c310 thread_info* thr = ph->threads; local
311 while (thr) {
312 ptrace_detach(thr->lwp_id);
313 thr = thr->next;
331 thread_info* thr = NULL; local
358 thr = ph->threads;
359 while (thr) {
361 if (ph->pid != thr->lwp_id && ptrace_attach(thr
[all...]
H A Dlibproc_impl.c134 thread_info* thr = ph->threads; local
135 while (thr) {
136 thread_info *next = thr->next;
137 free(thr);
138 thr = next;
324 thread_info* thr = ph->threads; local
325 while (thr) {
327 return thr->lwp_id;
330 thr = thr
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp38 Thread* thr = v->thread(); local
39 _locals = NEW_RESOURCE_ARRAY_IN_THREAD(thr, VerificationType, max_locals);
40 _stack = NEW_RESOURCE_ARRAY_IN_THREAD(thr, VerificationType, max_stack);
51 Thread* thr = _verifier->thread(); local
52 VerificationType* stack = NEW_RESOURCE_ARRAY_IN_THREAD(thr, VerificationType, 1);
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp158 void MemBaseline::check_safepoint(JavaThread* thr) { argument
161 MutexLocker ml(thr->SR_lock());
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp100 void os::initialize_thread(Thread* thr) { argument
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp111 void os::initialize_thread(Thread* thr) { argument
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp95 void os::initialize_thread(Thread * thr){ argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp188 bool JNIHandles::is_frame_handle(JavaThread* thr, jobject obj) { argument
192 return (thr->has_last_Java_frame() &&
193 (void*)obj < (void*)thr->stack_base() &&
194 (void*)obj >= (void*)thr->last_Java_sp());
/openjdk7/jdk/src/solaris/native/java/net/
H A Dbsd_close.c45 pthread_t thr; /* this thread */ member in struct:threadEntry
144 self->thr = pthread_self();
218 pthread_kill( curr->thr, sigWakeup );
H A Dlinux_close.c44 pthread_t thr; /* this thread */ member in struct:threadEntry
127 self->thr = pthread_self();
201 pthread_kill( curr->thr, sigWakeup );
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp312 jthread thr = threads[i]; local
313 if (!env->IsSameObject(thr, debugThreadObj)) {
314 jvmdiError err = jvmdi->SuspendThread(thr);
317 suspendedThreads.push_back(thr);
324 env->DeleteGlobalRef(thr);
345 jthread thr = suspendedThreads[i]; local
346 jvmdiError err = jvmdi->ResumeThread(thr);
347 env->DeleteGlobalRef(thr);
533 jthread thr = (jthread) env->NewObject(threadClass, ctor, threadName); local
534 if (thr
[all...]

Completed in 113 milliseconds

12