-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JEP424]Implement the Linker's downcall & upcall handler
The changes aim to enable the Linker's downcall & upcall handler to support primitives and struct by replacing DowncallLinker & UpcallLinker with the equivalent implemented in OpenJ9. In addition, the changes also include the code that handles the default library loading on AIX. Signed-off-by: Cheng Jin <jincheng@ca.ibm.com>
- Loading branch information
Cheng Jin
committed
Jun 13, 2022
1 parent
332135c
commit 70e8e4d
Showing
24 changed files
with
1,355 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.