8215551: Missing case label in nmethod::reloc_string_for()
Reviewed-by: kvn, mbaesken
--- a/src/hotspot/share/code/nmethod.cpp Thu Dec 20 05:27:42 2018 -0800
+++ b/src/hotspot/share/code/nmethod.cpp Thu Dec 20 17:29:59 2018 +0100
@@ -2540,6 +2540,7 @@
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: