Searched refs:JavaThread (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DAbstractHeapGraphWriter.java128 JavaThread jt = threads.first();
140 protected void writeJavaThread(JavaThread jt, int index)
H A DReversePtrsAnalysis.java94 for (JavaThread thread = VM.getVM().getThreads().first();
297 private void doStack(JavaThread thread, AddressVisitor oopVisitor) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp272 JavaThread* jt = (JavaThread*)thr;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp166 static void _sltLoop(JavaThread* thread, TRAPS) {
172 JavaThread(&_sltLoop),
204 // JavaThread due to lack of memory. We would have to throw an exception
246 // Since we are a JavaThread, we can't be here at a safepoint.
248 "SLT is a JavaThread");
276 // Since we are a JavaThread, we can't be here at a safepoint.
278 "SLT is a JavaThread");
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTrace.cpp264 JavaThread *java_thread = (JavaThread *)thread;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp342 DirtyCardQueueSet& dcqs = JavaThread::dirty_card_queue_set();
683 JavaThread::dirty_card_queue_set().shared_dirty_card_queue();
753 DirtyCardQueueSet& dcqs = JavaThread::dirty_card_queue_set();
800 DirtyCardQueueSet& dcqs = JavaThread::dirty_card_queue_set();
813 assert(JavaThread::dirty_card_queue_set().completed_buffers_num() == 0, "All should be consumed");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp53 class JavaThread;
371 static inline void write_memory_serialize_page(JavaThread *thread) {
378 static bool is_memory_serialize_page(JavaThread *thread, address addr) {
408 static bool create_main_thread(JavaThread* thread);
409 static bool create_attached_thread(JavaThread* thread);
564 // frame.hpp/cpp assume thread is JavaThread, and also because different
H A Dsynchronizer.cpp622 BiasedLocking::revoke_and_rebias(hobj, false, JavaThread::current());
635 ((JavaThread *)Self)->thread_state() != _thread_blocked, "invariant") ;
718 bool ObjectSynchronizer::current_thread_holds_lock(JavaThread* thread,
725 assert(thread == JavaThread::current(), "Can only be called on current thread");
750 (JavaThread *self, Handle h_obj) {
765 assert(self == JavaThread::current(), "Can only be called on current thread");
791 JavaThread* ObjectSynchronizer::get_lock_owner(Handle h_obj, bool doLock) {
796 BiasedLocking::revoke_and_rebias(h_obj, false, JavaThread::current());
1122 // the scavenge operator. Calling omFlush() from JavaThread::exit() might
1519 for (JavaThread* cu
[all...]
H A DjniHandles.cpp77 JavaThread* thread = JavaThread::thread_from_jni_environment(env);
188 bool JNIHandles::is_frame_handle(JavaThread* thr, jobject obj) {
341 // See for instance JavaThread::exit().
H A DvmStructs.cpp902 static_field(Threads, _thread_list, JavaThread*) \
917 nonstatic_field(NamedThread, _processed_thread, JavaThread*) \
918 nonstatic_field(JavaThread, _next, JavaThread*) \
919 nonstatic_field(JavaThread, _threadObj, oop) \
920 nonstatic_field(JavaThread, _anchor, JavaFrameAnchor) \
921 nonstatic_field(JavaThread, _vm_result, oop) \
922 nonstatic_field(JavaThread, _vm_result_2, oop) \
923 nonstatic_field(JavaThread, _pending_async_exception, oop) \
924 volatile_nonstatic_field(JavaThread, _exception_oo
[all...]
H A Djava.cpp443 void before_exit(JavaThread * thread) {
573 ((JavaThread*)thread)->set_thread_state(_thread_in_vm);
610 JavaThread* jt = (JavaThread*)thread;
H A DjniHandles.hpp95 static bool is_frame_handle(JavaThread* thr, jobject obj);
H A Dmutex.cpp939 ThreadBlockInVM tbivm ((JavaThread *) Self) ;
1114 JavaThread *jt = (JavaThread *)Self;
1366 assert((!thread->is_Java_thread() || ((JavaThread *)thread)->thread_state() == _thread_in_vm)
H A Dpark.cpp161 Parker * Parker::Allocate (JavaThread * t) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp245 JavaThread* thread = JavaThread::current();
277 JavaThread* thread = JavaThread::current();
469 JavaThread* thread = JavaThread::current();
536 JavaThread* thread = JavaThread::current();
894 ((JavaThread*) THREAD)->get_thread_stat()->perf_timers_addr(),
1073 JNIEnv* env = JavaThread
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp135 movl(pop_cond, Address(java_thread, JavaThread::popframe_condition_offset()));
136 testl(pop_cond, JavaThread::popframe_pending_bit);
138 testl(pop_cond, JavaThread::popframe_processing_bit);
152 movl(rcx, Address(rcx, JavaThread::jvmti_thread_state_offset()));
184 movptr(tmp, Address(tmp, JavaThread::jvmti_thread_state_offset()));
198 movptr(tmp, Address(java_thread, JavaThread::jvmti_thread_state_offset()));
428 cmpb(Address(temp, JavaThread::interp_only_mode_offset()), 0);
522 in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()));
1351 movl(rcx, Address(rcx, JavaThread::interp_only_mode_offset()));
1393 movl(rcx, Address(rcx, JavaThread
[all...]
H A Dinterp_masm_x86_64.cpp138 movl(c_rarg0, Address(r15_thread, JavaThread::popframe_condition_offset()));
139 testl(c_rarg0, JavaThread::popframe_pending_bit);
141 testl(c_rarg0, JavaThread::popframe_processing_bit);
153 movptr(rcx, Address(r15_thread, JavaThread::jvmti_thread_state_offset()));
180 movptr(c_rarg0, Address(r15_thread, JavaThread::jvmti_thread_state_offset()));
193 movptr(c_rarg0, Address(r15_thread, JavaThread::jvmti_thread_state_offset()));
427 cmpb(Address(r15_thread, JavaThread::interp_only_mode_offset()), 0);
523 in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()));
1414 movl(rdx, Address(r15_thread, JavaThread::interp_only_mode_offset()));
1454 movl(rdx, Address(r15_thread, JavaThread
[all...]
H A DcppInterpreter_x86.cpp1042 in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()));
1221 __ lea(c_rarg0, Address(thread, JavaThread::jni_environment_offset()));
1224 __ lea(t, Address(thread, JavaThread::jni_environment_offset()));
1244 __ movl(t, Address(thread, JavaThread::thread_state_offset()));
1258 __ movl(Address(thread, JavaThread::thread_state_offset()), _thread_in_native);
1302 __ movl(Address(thread, JavaThread::thread_state_offset()), _thread_in_native_trans);
1322 __ cmpl(Address(thread, JavaThread::suspend_flags_offset()), 0);
1332 ((MacroAssembler*)_masm)->call_VM_leaf(CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans),
1344 __ movl(Address(thread, JavaThread::thread_state_offset()), _thread_in_Java);
1349 __ movptr(t, Address(thread, JavaThread
[all...]
H A DinterpreterRT_x86_32.cpp134 IRT_ENTRY(address, InterpreterRuntime::slow_signature_handler(JavaThread* thread, methodOopDesc* method, intptr_t* from, intptr_t* to))
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp201 void log_compile(JavaThread* thread, CompileTask* task) {
209 void log_nmethod(JavaThread* thread, nmethod* nm) {
215 void log_failure(JavaThread* thread, CompileTask* task, const char* reason, const char* retry_message) {
903 // JavaThread due to lack of memory. We would have to throw an exception
914 // Note that this only sets the JavaThread _priority field, which by
1090 if (instanceRefKlass::owns_pending_list_lock(JavaThread::current())) {
1422 assert(!instanceRefKlass::owns_pending_list_lock(JavaThread::current()), "possible deadlock");
1500 JavaThread *thread = JavaThread::current();
1693 ThreadInVMfromNative tivfn(JavaThread
[all...]
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp289 void CollectedHeap::flush_deferred_store_barrier(JavaThread* thread) {
356 oop CollectedHeap::new_store_pre_barrier(JavaThread* thread, oop new_obj) {
475 // started allocating but are now a full-fledged JavaThread
489 for (JavaThread *thread = Threads::first(); thread; thread = thread->next()) {
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp400 static void attach_listener_thread_entry(JavaThread* thread, TRAPS) {
485 JavaThread* listener_thread = new JavaThread(&attach_listener_thread_entry);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCRegisterMap.java93 public SPARCRegisterMap(JavaThread thread, boolean updateMap) {
/openjdk7/hotspot/src/share/vm/code/
H A DicBuffer.cpp148 Thread::send_async_exception(JavaThread::current()->threadObj(), exception);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp177 bool frame::safe_for_sender(JavaThread *thread) {
443 frame f = JavaThread::current()->last_frame();
632 bool frame::is_interpreted_frame_valid(JavaThread* thread) const {
719 void JavaFrameAnchor::make_walkable(JavaThread* thread) {

Completed in 77 milliseconds

1234567891011>>