Integrated: JDK-8259897: gtest os.dll_address_to_function_and_library_name_vm fails on AIX
Thomas Stuefe
stuefe at openjdk.java.net
Thu Jan 21 10:33:57 UTC 2021
On Wed, 20 Jan 2021 06:26:37 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> This is trivial. The test tries to come up with a pointer slightly outside a function but still inside a library, and then to resolve it to a valid library name. This is shaky. On AIX, the pointer had been a function descriptor, stored separately from the code sections, so this won't work.
>
> I removed this part of the test, since this is shaky and relies on UB.
This pull request has now been integrated.
Changeset: 4dfd8cc4
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4dfd8cc4
Stats: 10 lines in 1 file changed: 0 ins; 10 del; 0 mod
8259897: gtest os.dll_address_to_function_and_library_name_vm fails on AIX
Reviewed-by: mdoerr
-------------
PR: https://git.openjdk.java.net/jdk/pull/2156
More information about the hotspot-runtime-dev
mailing list