RFR: JDK-8306672: support offset in dll_address_to_library_name on AIX
Christoph Langer
clanger at openjdk.org
Thu Apr 27 16:32:22 UTC 2023
On Thu, 27 Apr 2023 14:30:18 GMT, JoKern65 <duke at openjdk.org> wrote:
> So far the offset return reference parameter was not supported on AIX, but always set to -1. This could be improved, it was already supported on other OS platforms like Linux.
Please also enable GHA (it's not so important for this PR as AIX is not tested and the code is AIX only. But for future PRs that touch shared code it could be helpful). You have to enable it here: https://github.com/JoKern65/jdk/actions.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13692#issuecomment-1525978137
More information about the hotspot-runtime-dev
mailing list