-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b38
-
x86
-
linux
-fomit-frame-pointer is default with gcc on linux/amd-64. With this, %rbp is not saved and hence we'll not have frame pointer. Debugging tools will not able to walk the stack without DWARF unwinder machinery. To facilitate debugging, we need to use -fno-omit-frame-pointer option with gcc, while building all shared objects to JDK including libjvm.so. Also, we have to document this for external JNI libraries as well.
###@###.### 2003-12-18
###@###.### 2003-12-18
- relates to
-
JDK-4984952 need to have -fno-omit-frame-pointer gcc option on linux/amd-64
-
- Closed
-