src/share/vm/interpreter/bytecodeTracer.cpp

changeset 5784
190899198332
parent 4643
f16e75e0cf11
child 6377
b8413a9cbb84
equal deleted inserted replaced
5783:c1fbf21c7397 5784:190899198332
213 st->print_cr(" %s...[%d]", buf, len); 213 st->print_cr(" %s...[%d]", buf, len);
214 } else { 214 } else {
215 st->print_cr(" %s", buf); 215 st->print_cr(" %s", buf);
216 } 216 }
217 } else { 217 } else {
218 st->print_cr(" " PTR_FORMAT, (intptr_t) value); 218 st->print_cr(" " PTR_FORMAT, (void *)value);
219 } 219 }
220 } 220 }
221 221
222 bool BytecodePrinter::check_index(int i, int& cp_index, outputStream* st) { 222 bool BytecodePrinter::check_index(int i, int& cp_index, outputStream* st) {
223 ConstantPool* constants = method()->constants(); 223 ConstantPool* constants = method()->constants();

mercurial