-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AArch64: Inline direct call for atomic method symbols #12517
AArch64: Inline direct call for atomic method symbols #12517
Conversation
Call overridden implementation of inlineDirectCall method as inlining of atomic method symbols is implemented in OMR class. Signed-off-by: Akira Saitoh <[email protected]>
jenkins test sanity alinux64 jdk11 depends eclipse-omr/omr#5950 |
jenkins test sanity alinux64 jdk11 depends eclipse-omr/omr#5950 Re-running as OMR 5950 was updated. |
jenkins test sanity alinux64 jdk11 depends eclipse-omr/omr#5950 |
jenkins test sanity alinux64 jdk11 depends eclipse-omr/omr#5950 The previous builds failed with the following exception:
|
jenkins test sanity alinux64 jdk11 depends eclipse-omr/omr#5950 |
jenkins test extended.functional alinux64 jdk11 depends eclipse-omr/omr#5950 |
3 similar comments
jenkins test extended.functional alinux64 jdk11 depends eclipse-omr/omr#5950 |
jenkins test extended.functional alinux64 jdk11 depends eclipse-omr/omr#5950 |
jenkins test extended.functional alinux64 jdk11 depends eclipse-omr/omr#5950 |
Call overridden implementation of
inlineDirectCall
methodas inlining of atomic method symbols is implemented in OMR class.
Depends on eclipse-omr/omr#5950
Signed-off-by: Akira Saitoh [email protected]