-
Enhancement
-
Resolution: Won't Fix
-
P4
-
hs23.2, hs24, hs25, 7u6
-
generic
-
generic
Very small part of HotSpot is written in assembly language,
for example: src/os_cpu/linux_x86/vm/linux_x86_64.s
There are no debug info for such assembly code while it could be generated at least on Linux (by adding '-g -gstabs' to ASFLAGS, for example).
FDS should contain debug info for assembly code if it is possible on particular platform.
for example: src/os_cpu/linux_x86/vm/linux_x86_64.s
There are no debug info for such assembly code while it could be generated at least on Linux (by adding '-g -gstabs' to ASFLAGS, for example).
FDS should contain debug info for assembly code if it is possible on particular platform.