RFR: JDK-8260022: [ppc] os::print_function_and_library_name shall resolve function descriptors transparently
Thomas Stuefe
stuefe at openjdk.java.net
Thu Jan 21 09:40:52 UTC 2021
On Wed, 20 Jan 2021 14:44:11 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Hi Thomas,
> thanks for fixing it.
> Please check PPC64le which doesn't use FunctionDescriptors. They are only used on Big Endian (linux + AIX).
> Little Endian implements ABI v2 (also see usage of ABI_ELFv2 in hotspot code).
Ouch, you are right. I fixed it. Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/2157
More information about the hotspot-dev
mailing list