comparison src/share/vm/code/pcDesc.cpp @ 2212:d9e4d0aefc90

Small clean up to reduce delta to OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:28:35 +0100
parents 06f017f7daa7
children be4ca325525a
comparison
equal deleted inserted replaced
2211:0cd39a385a72 2212:d9e4d0aefc90
42 } 42 }
43 43
44 void PcDesc::print(nmethod* code) { 44 void PcDesc::print(nmethod* code) {
45 #ifndef PRODUCT 45 #ifndef PRODUCT
46 ResourceMark rm; 46 ResourceMark rm;
47 tty->print_cr("PcDesc(pc=0x%lx offset=%d):", real_pc(code), pc_offset()); 47 tty->print_cr("PcDesc(pc=0x%lx offset=%x):", real_pc(code), pc_offset());
48 48
49 if (scope_decode_offset() == DebugInformationRecorder::serialized_null) { 49 if (scope_decode_offset() == DebugInformationRecorder::serialized_null) {
50 return; 50 return;
51 } 51 }
52 52