Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Merge AIX stdlib symbol lookup fix #76

Merged
merged 2 commits into from
Mar 4, 2023
Merged

Merge AIX stdlib symbol lookup fix #76

merged 2 commits into from
Mar 4, 2023

Conversation

pshipton
Copy link
Member

@pshipton pshipton commented Mar 4, 2023

No description provided.

ChengJin01 and others added 2 commits March 3, 2023 18:07
The changes aim to support the symbol lookup via FFI for
the missing libc functions in loading the default library
on AIX by inlining their address into a function list in
native to ensure they are correctly invoked with the
native address fetched in the FFI code.

Fixes: #eclipse-openj9/openj9/issues/16386

Signed-off-by: ChengJin01 <jincheng@ca.ibm.com>
[FFI]Inline the missing libc functions for symbol lookup on AIX
Copy link
Member

@JasonFengJ9 JasonFengJ9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JasonFengJ9 JasonFengJ9 merged commit 7d07ca6 into v0.37.0-release Mar 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants