Searched refs:JavaThread (Results 251 - 275 of 324) sorted by relevance

<<111213

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java42 public CompiledVFrame(Frame fr, RegisterMap regMap, JavaThread thread, ScopeDesc scope, boolean mayBeImprecise) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaVM.java197 JavaThread jthread = vm.getThreads().first();
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp269 { JavaThread* thread = (JavaThread*)THREAD;
294 { JavaThread* thread = (JavaThread*)THREAD;
838 JavaThread* java_lang_Thread::thread(oop java_thread) {
839 return (JavaThread*)java_thread->address_field(_eetop_offset);
843 void java_lang_Thread::set_thread(oop java_thread, JavaThread* thread) {
888 JavaThread* thr = java_lang_Thread::thread(java_thread);
933 JavaThread::current()->thread_state() == _thread_in_vm,
943 JavaThread* th
[all...]
H A DsystemDictionary.cpp469 = ObjectSynchronizer::current_thread_holds_lock((JavaThread*)THREAD, lockObject);
816 JvmtiExport::post_class_load((JavaThread *) thread, k());
1006 JvmtiExport::post_class_load((JavaThread *) THREAD, k());
1279 assert(THREAD->is_Java_thread(), "must be a JavaThread");
1280 JavaThread* jt = (JavaThread*) THREAD;
1362 assert(ObjectSynchronizer::current_thread_holds_lock((JavaThread*)THREAD,
1414 JvmtiExport::post_class_load((JavaThread *) THREAD, k());
1535 if (ObjectSynchronizer::query_lock_ownership((JavaThread*)THREAD, loader_lock)
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.cpp200 extern "C" void bad_compiled_vtable_index(JavaThread* thread, oop receiver, int index) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp449 JavaThread* jthr = JavaThread::current();
659 JavaThread* jthr = JavaThread::current();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.cpp230 JavaThread* thread,
H A DvtableStubs_sparc.cpp46 extern "C" void bad_compiled_vtable_index(JavaThread* thread, oopDesc* receiver, int index);
H A Dinterp_masm_sparc.cpp183 ld(G2_thread, JavaThread::popframe_condition_offset(), scratch_reg);
188 btst(JavaThread::popframe_pending_bit, scratch_reg);
191 btst(JavaThread::popframe_processing_bit, scratch_reg);
209 ld_ptr(G2_thread, JavaThread::jvmti_thread_state_offset(), thr_state);
238 ld_ptr(G2_thread, JavaThread::jvmti_thread_state_offset(), thr_state);
568 size_t maxstack = MAX2(JavaThread::stack_size_at_create(), (size_t) 4*K*K);
622 const Address interp_only(G2_thread, JavaThread::interp_only_mode_offset());
983 JavaThread::do_not_unlock_if_synchronized_offset());
2294 const Address interp_only(G2_thread, JavaThread::interp_only_mode_offset());
2344 const Address interp_only(G2_thread, JavaThread
[all...]
H A DcppInterpreter_sparc.cpp641 in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()));
833 in_bytes(JavaThread::frame_anchor_offset()) + in_bytes(JavaFrameAnchor::flags_offset()));
839 Address thread_state(G2_thread, 0, in_bytes(JavaThread::thread_state_offset()));
856 add(G2_thread, in_bytes(JavaThread::jni_environment_offset()), O0);
887 Address suspend_state(G2_thread, 0, in_bytes(JavaThread::suspend_flags_offset()));
900 CAST_FROM_FN_PTR(address, JavaThread::check_safepoint_and_suspend_for_native_trans),
956 __ ld_ptr(G2_thread, in_bytes(JavaThread::active_handles_offset()), G3_scratch);
2109 to_fill->_thread = JavaThread::current();
2117 if (is_top_frame && JavaThread::current()->popframe_forcing_deopt_reexecution() ) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DvtableStubs_x86_32.cpp45 extern "C" void bad_compiled_vtable_index(JavaThread* thread, oop receiver, int index);
H A DvtableStubs_x86_64.cpp45 extern "C" void bad_compiled_vtable_index(JavaThread* thread,
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp68 inline void set_thread(JavaThread* new_thread) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp900 bool os::Bsd::manually_expand_stack(JavaThread * t, address addr) {
1095 assert (JavaThread::stack_size_at_create() > 0, "this should be set");
1096 stack_size = JavaThread::stack_size_at_create();
1190 bool os::create_main_thread(JavaThread* thread) {
1195 bool os::create_attached_thread(JavaThread* thread) {
1246 JavaThread *jt = (JavaThread *)thread;
2807 JavaThread *thread = JavaThread::current();
3634 JavaThread *j
[all...]
H A Dos_bsd.hpp193 static bool manually_expand_stack(JavaThread * t, address addr);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp183 static bool manually_expand_stack(JavaThread * t, address addr);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp224 bool ExitSuspendEquivalent (JavaThread * Self) ;
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp334 static inline void check_safepoint(JavaThread* thr);
H A DheapDumper.cpp1336 JavaThread* _oome_thread;
1378 int do_thread(JavaThread* thread, u4 thread_serial_num);
1418 _oome_thread = JavaThread::current();
1585 int VM_HeapDumper::do_thread(JavaThread* java_thread, u4 thread_serial_num) {
1668 JavaThread* thread = _stack_traces[i]->thread();
1808 for (JavaThread* thread = Threads::first(); thread != NULL ; thread = thread->next()) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.cpp238 thread(), JavaThread::threadObj_offset(),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java308 public void setFocus(ThreadProxy thread, JavaThread jthread) {
669 JavaThread jthread = javaThreadForProxy(t);
806 private JavaThread javaThreadForProxy(ThreadProxy t) {
813 for (JavaThread thr = threads.first(); thr != null; thr = thr.next()) {
817 return (JavaThread) threadToJavaThreadMap.get(t);
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp482 JavaThread* t = JavaThread::current(); \
491 JavaThread* t = JavaThread::current(); \
512 JavaThread* t = JavaThread::current();
534 JavaThread* t = JavaThread::current();
1238 JavaThread* thr = java_lang_Thread::thread(java_thread);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java680 public void showThreadOopInspector(JavaThread thread) {
776 public void showThreadStackMemory(final JavaThread thread) {
796 // JavaThread doesn't support this functionality. However it is nice in that
1499 public void showThreadInfo(final JavaThread thread) {
1503 public void showJavaStackTrace(final JavaThread thread) {
1711 private static JavaVFrame getLastJavaVFrame(JavaThread cur) {
1733 private static void dumpStack(JavaThread cur) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java546 protected void writeJavaThread(JavaThread jt, int index) throws IOException {
554 protected void writeLocalJNIHandles(JavaThread jt, int index) throws IOException {
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.cpp110 JavaThread* thread = JavaThread::current();

Completed in 119 milliseconds

<<111213