8242181: [Linux] Show source information when printing native stack traces in hs_err files

Reviewed-by: erikj, tschatzl, stuefe, ihse
This commit is contained in:
Christian Hagedorn
2022-08-24 06:44:06 +00:00
parent fe0544f8a7
commit 13c0369646
18 changed files with 2741 additions and 96 deletions

View File

@@ -785,6 +785,8 @@ define SetupRunJtregTestBody
# symbol lookup in hserr files
ifeq ($$(call isTargetOs, windows), true)
$1_JTREG_BASIC_OPTIONS += -e:_NT_SYMBOL_PATH
else ifeq ($$(call isTargetOs, linux), true)
$1_JTREG_BASIC_OPTIONS += -e:_JVM_DWARF_PATH=$$(SYMBOLS_IMAGE_DIR)
endif
$1_JTREG_BASIC_OPTIONS += \