hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 35542 9dccb7f9f656
parent 35071 a0910b1d3e0d
child 35546 b75e269c0922
equal deleted inserted replaced
35541:cba047a086d5 35542:9dccb7f9f656
  1250         if (handler == NULL) {
  1250         if (handler == NULL) {
  1251           // use slow signature handler (without memorizing it in the fingerprints)
  1251           // use slow signature handler (without memorizing it in the fingerprints)
  1252         } else {
  1252         } else {
  1253           // debugging suppport
  1253           // debugging suppport
  1254           if (PrintSignatureHandlers && (handler != Interpreter::slow_signature_handler())) {
  1254           if (PrintSignatureHandlers && (handler != Interpreter::slow_signature_handler())) {
       
  1255             ttyLocker ttyl;
  1255             tty->cr();
  1256             tty->cr();
  1256             tty->print_cr("argument handler #%d for: %s %s (fingerprint = " UINT64_FORMAT ", %d bytes generated)",
  1257             tty->print_cr("argument handler #%d for: %s %s (fingerprint = " UINT64_FORMAT ", %d bytes generated)",
  1257                           _handlers->length(),
  1258                           _handlers->length(),
  1258                           (method->is_static() ? "static" : "receiver"),
  1259                           (method->is_static() ? "static" : "receiver"),
  1259                           method->name_and_sig_as_C_string(),
  1260                           method->name_and_sig_as_C_string(),