-
Bug
-
Resolution: Fixed
-
P4
-
13, 14
-
b05
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8232159 | 13.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b02 |
JDK-8284885 | 11.0.16 | Martin Doerr | P4 | Resolved | Fixed | b01 |
Currently we have with xlc16 the following output in the hs_err file on AIX :
0x0000000115098660 - 0x090000000f629a4c libjvm.so::<nameless function>+0x6c (C++ saves_lr stores_bc gpr_saved:4 )
0x00000001150986f0 - 0x09000000113594bc libjvm.so::<nameless function>+0x95c (C++ saves_lr stores_bc gpr_saved:18 )
...
So obviously we miss function names.
We can use the compiler setting qtbtable to get a better rtaceback table, this leads to a better stack including function names.
see
https://www.ibm.com/support/knowledgecenter/SSGH4D_16.1.0/com.ibm.xlf161.aix.doc/compiler_ref/tbtable.html
0x0000000115098660 - 0x090000000f629a4c libjvm.so::<nameless function>+0x6c (C++ saves_lr stores_bc gpr_saved:4 )
0x00000001150986f0 - 0x09000000113594bc libjvm.so::<nameless function>+0x95c (C++ saves_lr stores_bc gpr_saved:18 )
...
So obviously we miss function names.
We can use the compiler setting qtbtable to get a better rtaceback table, this leads to a better stack including function names.
see
https://www.ibm.com/support/knowledgecenter/SSGH4D_16.1.0/com.ibm.xlf161.aix.doc/compiler_ref/tbtable.html
- backported by
-
JDK-8232159 provide function names in native stack trace on aix with xlc16
- Resolved
-
JDK-8284885 provide function names in native stack trace on aix with xlc16
- Resolved
- relates to
-
JDK-8218965 aix: support xlclang++ in the compiler detection
- Resolved