< prev index next >

src/hotspot/share/code/nmethod.cpp

Print this page
rev 53049 : 8215551: Missing case label in nmethod::reloc_string_for()
Reviewed-by:

*** 2531,2540 **** --- 2531,2541 ---- case relocInfo::external_word_type: return "external_word"; case relocInfo::internal_word_type: return "internal_word"; case relocInfo::section_word_type: return "section_word"; case relocInfo::poll_type: return "poll"; case relocInfo::poll_return_type: return "poll_return"; + case relocInfo::trampoline_stub_type: return "trampoline_stub"; case relocInfo::type_mask: return "type_bit_mask"; default: break; }
< prev index next >