JDK-8215551 : Missing case label in nmethod::reloc_string_for()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-12-18
  • Updated: 2020-04-28
  • Resolved: 2018-12-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12 JDK 13
11.0.8-oracleFixed 12Fixed 13 b02Fixed
Description
This will not lead to a compile time or runtime error, but print misleading information in method::print_code_comment_on(). 
Comments
Fix request (11u) -- will label after testing completed. I would like to downport this for parity with 11.0.8-oracle. Applies clean.
22-04-2020

Correct. It's trampoline_stub_type.
19-12-2018

It's trampoline_stub_type, added by JDK-8016696, right? ILW = Wrong comment in disassembled nmethod, disassembling nmethod with trampoline_stub_type on ppc/arm, no workaround = MLH = P4
18-12-2018