Skip to content
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

Relocate clearNonZAAPEligibleBit implementation to vm_scar.c #15551

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

joransiu
Copy link
Member

The current home of clearNonZAAPEligibleBit implementation in java_dyn_methodhandle.c
is only compiled if J9VM_OPT_METHOD_HANDLE is set. Moving the implementation to vm_scar.c
as a more generic home that is always compiled, to avoid any unresolved symbol errors
during linking when J9VM_OPT_METHOD_HANDLE is not set.

Signed-off-by: Joran Siu joransiu@ca.ibm.com

The current home of `clearNonZAAPEligibleBit` implementation in java_dyn_methodhandle.c
is only compiled if J9VM_OPT_METHOD_HANDLE is set. Moving the implementation to vm_scar.c
as a more generic home that is always compiled, to avoid any unresolved symbol errors
during linking when J9VM_OPT_METHOD_HANDLE is not set.

Signed-off-by: Joran Siu <joransiu@ca.ibm.com>
@joransiu joransiu requested a review from pshipton July 16, 2022 03:47
@joransiu
Copy link
Member Author

This change only impacts zOS.

Two clean internal zOS JDK8/11 personal builds with the changes:

  • Axxon: build_id: 32434
  • Jenkins: Pipeline-Build-Test-Personal/13582

@pshipton pshipton merged commit 8ff390d into eclipse-openj9:master Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants