-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ProgrammableInvoker (downcall) on X86_64 & Aarch64
The change is to replace the ProgrammableInvoker in OpenJDK with the equivalent in OpenJ9 to handle the CLinker downcall to the C function on X86_64 (Linux & Windows) and Linux/Aarch64. Note: the change depend on the code in OpenJ9 at eclipse-openj9/openj9#12413 Signed-off-by: Cheng Jin jincheng@ca.ibm.com
- Loading branch information
Cheng Jin
committed
May 20, 2021
1 parent
b5df00f
commit dce003b
Showing
4 changed files
with
28 additions
and
25 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