comparison src/share/vm/interpreter/bytecodeTracer.cpp @ 12316:190899198332

7195622: CheckUnhandledOops has limited usefulness now Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
author hseigel
date Thu, 26 Sep 2013 10:25:02 -0400
parents f16e75e0cf11
children fdad2932c73f
comparison
equal deleted inserted replaced
12315:c1fbf21c7397 12316: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();