src/hotspot/share/code/nmethod.cpp
changeset 53088 a682cf219811
parent 53085 4384060a7ca5
child 53282 cb7fff9105a8
equal deleted inserted replaced
53087:f48737b2f428 53088:a682cf219811
  2538         case relocInfo::external_word_type:    return "external_word";
  2538         case relocInfo::external_word_type:    return "external_word";
  2539         case relocInfo::internal_word_type:    return "internal_word";
  2539         case relocInfo::internal_word_type:    return "internal_word";
  2540         case relocInfo::section_word_type:     return "section_word";
  2540         case relocInfo::section_word_type:     return "section_word";
  2541         case relocInfo::poll_type:             return "poll";
  2541         case relocInfo::poll_type:             return "poll";
  2542         case relocInfo::poll_return_type:      return "poll_return";
  2542         case relocInfo::poll_return_type:      return "poll_return";
       
  2543         case relocInfo::trampoline_stub_type:  return "trampoline_stub";
  2543         case relocInfo::type_mask:             return "type_bit_mask";
  2544         case relocInfo::type_mask:             return "type_bit_mask";
  2544 
  2545 
  2545         default:
  2546         default:
  2546           break;
  2547           break;
  2547     }
  2548     }