mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8215551: Missing case label in nmethod::reloc_string_for()
Reviewed-by: kvn, mbaesken
This commit is contained in:
parent
9f1d035d8d
commit
5cdb1c7078
1 changed files with 1 additions and 0 deletions
|
@ -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::section_word_type: return "section_word";
|
||||||
case relocInfo::poll_type: return "poll";
|
case relocInfo::poll_type: return "poll";
|
||||||
case relocInfo::poll_return_type: return "poll_return";
|
case relocInfo::poll_return_type: return "poll_return";
|
||||||
|
case relocInfo::trampoline_stub_type: return "trampoline_stub";
|
||||||
case relocInfo::type_mask: return "type_bit_mask";
|
case relocInfo::type_mask: return "type_bit_mask";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue