JDK-8287021 : [Linux] Extend DWARF parser to support DWARF 5
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2022-05-19
  • Updated: 2024-07-11
  • Resolved: 2024-07-11
Related Reports
Blocks :  
Description
The implementation of the HotSpot DWARF parser added by JDK-8242181 only supports DWARF 4. With GCC 11, the default became DWARF 5. JDK-8242181 added -gdwarf-4 to exclude debug symbols in DWARF 5 format. This RFE should add DWARF 5 parsing and remove the -gdwarf-4 flag again.
Comments
Runtime Triage: This is not on our current list of priorities. We will consider this feature if we receive additional customer requirements.
11-07-2024