comparison src/share/vm/interpreter/bytecodeTracer.cpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 190899198332
children fdad2932c73f
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
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();