On Wed, 19 Aug 2026 05:39:58 GMT, Yasumasa Suenaga <[email protected]> wrote:
> This is a part of [JDK-8382392](https://bugs.openjdk.org/browse/JDK-8382392). > > Debuginfo related code such as `open_debug_file()` have been implemented in > symtab.c. Maybe it would be used for symbol resolution so far. However it is > needed for reading `.debug_frame` section from ELF file. > > So this sub task moves debuginfo related code to salibelf.c because it > provides features for ELF. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). In additional to moving the code, it looks like there was some restructuring and renaming of the moved APIs. Can you give a summary of what you changed and why? ------------- PR Comment: https://git.openjdk.org/jdk/pull/32434#issuecomment-5376037206
