src/share/vm/c1/c1_Runtime1.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_Runtime1.cpp	Thu Apr 30 16:11:23 2015
--- new/src/share/vm/c1/c1_Runtime1.cpp	Thu Apr 30 16:11:23 2015

*** 1016,1026 **** --- 1016,1026 ---- assert(caller_code != NULL, "nmethod not found"); // NOTE we use pc() not original_pc() because we already know they are // identical otherwise we'd have never entered this block of code ! const ImmutableOopMap* map = caller_code->oop_map_for_return_address(caller_frame.pc()); assert(map != NULL, "null check"); map->print(); tty->cr(); Disassembler::decode(copy_buff, copy_buff + *byte_count, tty);

src/share/vm/c1/c1_Runtime1.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File