Searched refs:INTPTR_FORMAT (Results 1 - 25 of 109) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp53 tty->print(" " INTPTR_FORMAT, entry._oop_ptr);
69 tty->print_cr("r " INTPTR_FORMAT, op);
106 tty->print_cr("u "INTPTR_FORMAT, op);
125 tty->print_cr("oop_ptr is " INTPTR_FORMAT, (address)entry._oop_ptr);
126 tty->print_cr("thread is " INTPTR_FORMAT " from pc " INTPTR_FORMAT,
H A Dframe.cpp122 st->print(" [" INTPTR_FORMAT "] = ", src);
126 st->print_cr(INTPTR_FORMAT, *src);
549 st->print("%s frame (sp=" INTPTR_FORMAT " unextended sp=" INTPTR_FORMAT, print_name(), sp(), unextended_sp());
551 st->print(", fp=" INTPTR_FORMAT ", pc=" INTPTR_FORMAT, fp(), pc());
602 st->print(" - local [" INTPTR_FORMAT "]", x);
608 st->print(" - stack [" INTPTR_FORMAT "]", x);
624 st->print_cr(" - monitor[" INTPTR_FORMAT "]", interpreter_frame_monitor_begin());
626 st->print(" - bcp [" INTPTR_FORMAT "]", interpreter_frame_bc
[all...]
H A Dos.cpp826 st->print_cr(INTPTR_FORMAT " is at code_begin+%d in an Interpreter codelet", addr, (int)(addr - i->code_begin()));
831 st->print_cr(INTPTR_FORMAT " is pointing into interpreter code"
837 st->print_cr(INTPTR_FORMAT " is at code_begin+%d in an AdapterHandler", addr, (int)(addr - b->code_begin()));
843 st->print_cr(INTPTR_FORMAT " is at begin+%d in a stub", addr, (int)(addr - d->begin()));
849 st->print_cr(INTPTR_FORMAT " is pointing to an (unnamed) "
855 st->print_cr(INTPTR_FORMAT " is pointing into InlineCacheBuffer", addr);
860 st->print_cr(INTPTR_FORMAT " is at entry_point+%d in a vtable stub", addr, (int)(addr - v->entry_point()));
869 st->print(INTPTR_FORMAT " is at entry_point+%d in (nmethod*)" INTPTR_FORMAT,
879 st->print_cr(INTPTR_FORMAT " i
[all...]
H A DsharedRuntime.cpp206 tty->print_cr(" at: " INTPTR_FORMAT " nof: %d", _ICmiss_at[i], _ICmiss_count[i]);
478 assert(frame::verify_return_pc(return_address), err_msg("must be a return address: " INTPTR_FORMAT, return_address));
513 tty->print_cr("No exception handler found for exception at " INTPTR_FORMAT " - potential problems:", return_address);
564 INTPTR_FORMAT ", stub =" INTPTR_FORMAT,
699 tty->print_cr("MISSING EXCEPTION HANDLER for pc " INTPTR_FORMAT " and handler bci %d", ret_pc, handler_bci);
778 Events::log_exception(thread, "StackOverflowError at " INTPTR_FORMAT, pc);
795 Events::log_exception(thread, "AbstractMethodError at " INTPTR_FORMAT, pc);
798 Events::log_exception(thread, "NullPointerException at vtable entry " INTPTR_FORMAT, pc);
815 Events::log_exception(thread, "NullPointerException in code blob at " INTPTR_FORMAT, p
[all...]
H A DstubCodeGenerator.cpp78 st->print(" [" INTPTR_FORMAT ", " INTPTR_FORMAT "[ (%d bytes)", begin(), end(), size_in_bytes());
H A Dvframe.cpp147 st->print("\t- %s <" INTPTR_FORMAT "> ", lock_state, (address)obj());
176 st->print_cr("\t- %s <" INTPTR_FORMAT "> (a %s)", "parking to wait for ", (address)obj, k->external_name());
499 tty->print_cr("C link " INTPTR_FORMAT, _fr.link());
536 tty->print("(" INTPTR_FORMAT ")", (address)monitor->owner());
551 tty->print_cr("frame( sp=" INTPTR_FORMAT ", unextended_sp=" INTPTR_FORMAT ", fp=" INTPTR_FORMAT ", pc=" INTPTR_FORMAT ")",
/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.inline.hpp72 warning("Post:\t" INTPTR_FORMAT "[" SIZE_FORMAT "] : [" INTPTR_FORMAT","INTPTR_FORMAT")\t",
H A DbarrierSet.cpp34 warning("Pre: \t" INTPTR_FORMAT "[" SIZE_FORMAT "]\t",
H A DreferenceProcessor.cpp357 INTPTR_FORMAT, (address)refs_list.head());
370 gclog_or_tty->print_cr(" obj " INTPTR_FORMAT "/next_d " INTPTR_FORMAT,
395 gclog_or_tty->print_cr(" obj " INTPTR_FORMAT "/next_d " INTPTR_FORMAT,
565 gclog_or_tty->print_cr("Dropping reference (" INTPTR_FORMAT ": %s" ") by policy",
584 "discovered Refs by policy, from list " INTPTR_FORMAT,
604 gclog_or_tty->print_cr("Dropping strongly reachable reference (" INTPTR_FORMAT ": %s)",
622 "Refs in discovered list " INTPTR_FORMAT,
661 "Refs in discovered list " INTPTR_FORMAT,
[all...]
H A DcardTableModRefBS.cpp143 " &_byte_map[0]: " INTPTR_FORMAT
144 " &_byte_map[_last_valid_index]: " INTPTR_FORMAT,
148 " byte_map_base: " INTPTR_FORMAT,
370 " _covered[%d].start(): " INTPTR_FORMAT
371 " _covered[%d].last(): " INTPTR_FORMAT,
375 " _committed[%d].start(): " INTPTR_FORMAT
376 " _committed[%d].last(): " INTPTR_FORMAT,
380 " byte_for(start): " INTPTR_FORMAT
381 " byte_for(last): " INTPTR_FORMAT,
385 " addr_for(start): " INTPTR_FORMAT
[all...]
H A DthreadLocalAllocBuffer.inline.hpp97 gclog_or_tty->print("TLAB: %s thread: "INTPTR_FORMAT" [id: %2d]"
H A DblockOffsetTable.cpp59 " rs.base(): " INTPTR_FORMAT
60 " rs.size(): " INTPTR_FORMAT
61 " rs end(): " INTPTR_FORMAT,
64 " _vs.low_boundary(): " INTPTR_FORMAT
65 " _vs.high_boundary(): " INTPTR_FORMAT,
579 err_msg("wrong order for current (" INTPTR_FORMAT ")" " <= arg (" INTPTR_FORMAT ")",
582 err_msg("wrong order for arg (" INTPTR_FORMAT ") <= next (" INTPTR_FORMAT ")",
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp429 st->print( "RAX=" INTPTR_FORMAT, uc->Rax);
430 st->print(", RBX=" INTPTR_FORMAT, uc->Rbx);
431 st->print(", RCX=" INTPTR_FORMAT, uc->Rcx);
432 st->print(", RDX=" INTPTR_FORMAT, uc->Rdx);
434 st->print( "RSP=" INTPTR_FORMAT, uc->Rsp);
435 st->print(", RBP=" INTPTR_FORMAT, uc->Rbp);
436 st->print(", RSI=" INTPTR_FORMAT, uc->Rsi);
437 st->print(", RDI=" INTPTR_FORMAT, uc->Rdi);
439 st->print( "R8 =" INTPTR_FORMAT, uc->R8);
440 st->print(", R9 =" INTPTR_FORMAT, u
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp100 tty->print(INTPTR_FORMAT " <- " INTPTR_FORMAT "(%u) -> " INTPTR_FORMAT,
113 " returns " INTPTR_FORMAT, result);
122 " returns " INTPTR_FORMAT,
132 tty->print_cr("[" INTPTR_FORMAT "]"
144 tty->print_cr("[" INTPTR_FORMAT "]"
170 tty->print_cr("[" INTPTR_FORMAT "]"
172 INTPTR_FORMAT ")",
197 tty->print_cr("[" INTPTR_FORMAT "]"
[all...]
H A DcardTableExtension.cpp563 " _covered[%d].start(): " INTPTR_FORMAT
564 " _covered[%d].last(): " INTPTR_FORMAT,
568 " _committed[%d].start(): " INTPTR_FORMAT
569 " _committed[%d].last(): " INTPTR_FORMAT,
573 " byte_for(start): " INTPTR_FORMAT
574 " byte_for(last): " INTPTR_FORMAT,
578 " addr_for(start): " INTPTR_FORMAT
579 " addr_for(last): " INTPTR_FORMAT,
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp446 warning("fixed up memory fault in +VerifyOops at address " INTPTR_FORMAT, info->si_addr);
555 warning("Unexpected Signal %d occurred under user-defined signal handler " INTPTR_FORMAT, sig, (intptr_t)sighand);
593 st->print_cr(" G1=" INTPTR_FORMAT " G2=" INTPTR_FORMAT
594 " G3=" INTPTR_FORMAT " G4=" INTPTR_FORMAT,
599 st->print_cr(" G5=" INTPTR_FORMAT " G6=" INTPTR_FORMAT
600 " G7=" INTPTR_FORMAT " Y=" INTPTR_FORMAT,
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp230 st->print_cr(" G1=" INTPTR_FORMAT " G2=" INTPTR_FORMAT
231 " G3=" INTPTR_FORMAT " G4=" INTPTR_FORMAT,
236 st->print_cr(" G5=" INTPTR_FORMAT " G6=" INTPTR_FORMAT
237 " G7=" INTPTR_FORMAT " Y=" INTPTR_FORMAT,
242 st->print_cr(" O0=" INTPTR_FORMAT " O1=" INTPTR_FORMAT
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp467 "at " INTPTR_FORMAT
468 ", unguarding " INTPTR_FORMAT ": %s, errno=%d", addr,
755 st->print( "RAX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RAX]);
756 st->print(", RBX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RBX]);
757 st->print(", RCX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RCX]);
758 st->print(", RDX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RDX]);
760 st->print( "RSP=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RSP]);
761 st->print(", RBP=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RBP]);
762 st->print(", RSI=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RSI]);
763 st->print(", RDI=" INTPTR_FORMAT, u
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp682 "at " INTPTR_FORMAT
683 ", unguarding " INTPTR_FORMAT ": %s, errno=%d", addr,
1022 st->print( "RAX=" INTPTR_FORMAT, uc->context_rax);
1023 st->print(", RBX=" INTPTR_FORMAT, uc->context_rbx);
1024 st->print(", RCX=" INTPTR_FORMAT, uc->context_rcx);
1025 st->print(", RDX=" INTPTR_FORMAT, uc->context_rdx);
1027 st->print( "RSP=" INTPTR_FORMAT, uc->context_rsp);
1028 st->print(", RBP=" INTPTR_FORMAT, uc->context_rbp);
1029 st->print(", RSI=" INTPTR_FORMAT, uc->context_rsi);
1030 st->print(", RDI=" INTPTR_FORMAT, u
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp608 "at " INTPTR_FORMAT
609 ", unguarding " INTPTR_FORMAT ": %s, errno=%d", addr,
746 st->print( "RAX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RAX]);
747 st->print(", RBX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RBX]);
748 st->print(", RCX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RCX]);
749 st->print(", RDX=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RDX]);
751 st->print( "RSP=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RSP]);
752 st->print(", RBP=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RBP]);
753 st->print(", RSI=" INTPTR_FORMAT, uc->uc_mcontext.gregs[REG_RSI]);
754 st->print(", RDI=" INTPTR_FORMAT, u
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp224 st->print_cr(" - this oop: "INTPTR_FORMAT, (intptr_t)m);
226 st->print (" - constants: "INTPTR_FORMAT" ", (address)m->constants());
240 st->print_cr(" - i2i entry: " INTPTR_FORMAT, m->interpreter_entry());
243 st->print_cr(INTPTR_FORMAT, m->adapter());
246 st->print_cr(" - compiled entry " INTPTR_FORMAT, m->from_compiled_entry());
249 st->print_cr(" - code start: " INTPTR_FORMAT, m->code_base());
250 st->print_cr(" - code end (excl): " INTPTR_FORMAT, m->code_base() + m->code_size());
253 st->print_cr(" - method data: " INTPTR_FORMAT, (address)m->method_data());
258 st->print_cr(" - checked ex start: " INTPTR_FORMAT, table);
267 st->print_cr(" - linenumber start: " INTPTR_FORMAT, tabl
[all...]
H A DinstanceRefKlass.cpp53 gclog_or_tty->print_cr("instanceRefKlass::oop_follow_contents " INTPTR_FORMAT, obj);
64 gclog_or_tty->print_cr(" Non NULL enqueued " INTPTR_FORMAT, obj);
72 gclog_or_tty->print_cr(" Non NULL normal " INTPTR_FORMAT, obj);
88 INTPTR_FORMAT, discovered_addr);
108 gclog_or_tty->print_cr(" Process next as normal " INTPTR_FORMAT, next_addr);
132 gclog_or_tty->print_cr("instanceRefKlass::oop_follow_contents " INTPTR_FORMAT, obj);
144 gclog_or_tty->print_cr(" Non NULL enqueued " INTPTR_FORMAT, obj);
152 gclog_or_tty->print_cr(" Non NULL normal " INTPTR_FORMAT, obj);
168 INTPTR_FORMAT, discovered_addr);
205 gclog_or_tty->print_cr("%s obj " INTPTR_FORMAT,
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp59 tty->print_cr(" changing oop to " INTPTR_FORMAT, (address)cache);
100 tty->print_cr(" changing destination to " INTPTR_FORMAT, entry_point);
164 tty->print_cr ("IC@" INTPTR_FORMAT ": to megamorphic %s entry: " INTPTR_FORMAT,
249 tty->print_cr("IC@" INTPTR_FORMAT ": set to clean", instruction_address());
327 tty->print_cr ("IC@" INTPTR_FORMAT ": monomorphic to interpreter: %s",
338 tty->print_cr ("IC@" INTPTR_FORMAT ": monomorphic to interpreter via mkh", instruction_address());
364 tty->print_cr ("IC@" INTPTR_FORMAT ": monomorphic to compiled (rcvr klass) %s: %s",
522 tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
557 tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT "
[all...]
H A Dnmethod.cpp693 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
772 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
924 xtty->print(" entry='" INTPTR_FORMAT "' size='%d'", code_begin(), size());
925 xtty->print(" address='" INTPTR_FORMAT "'", (intptr_t) this);
953 st->print_cr(" (" INTPTR_FORMAT ")", this);
1200 tty->print_cr("[Class unloading: Making nmethod " INTPTR_FORMAT
1201 " unloadable], methodOop(" INTPTR_FORMAT
1202 "), cause(" INTPTR_FORMAT ")",
1372 tty->print_cr("nmethod <" INTPTR_FORMAT "> code made %s", this, (state == not_entrant) ? "not entrant" : "zombie");
1390 Events::log(JavaThread::current(), "flushing nmethod " INTPTR_FORMAT, thi local
[all...]
H A DicBuffer.cpp110 tty->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site);
186 if (TraceICBuffer) { tty->print_cr(" create transition stub for " INTPTR_FORMAT, ic->instruction_address()); }

Completed in 417 milliseconds

12345