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.
- is blocked by
-
JDK-8242181 [Linux] Show source information when printing native stack traces in hs_err files
- Resolved