8215551: Missing case label in nmethod::reloc_string_for()

Reviewed-by: kvn, mbaesken
This commit is contained in:
Lutz Schmidt 2018-12-20 17:29:59 +01:00
parent 9f1d035d8d
commit 5cdb1c7078

View file

@ -2540,6 +2540,7 @@ const char* nmethod::reloc_string_for(u_char* begin, u_char* end) {
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: