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

Use sysinfo functions from OMR; remove duplicate code in OpenJ9 #20937

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

keithc-ca
Copy link
Contributor

Remove API functions:

  • j9sysinfo_get_processor_description()
  • j9sysinfo_processor_has_feature()

Remove types:

  • J9ProcessorArchitecture
  • J9ProcessorDesc

Remove constants:

  • J9PORT_*_FEATURE_*
  • J9PORT_HWCAP_S390_*

Remove now-unused helper functions.

Related issue: #20668.

Remove API functions:
	j9sysinfo_get_processor_description()
	j9sysinfo_processor_has_feature()

Remove types:
	J9ProcessorArchitecture
	J9ProcessorDesc

Remove constants:
	J9PORT_*_FEATURE_*
	J9PORT_HWCAP_S390_*

Remove now-unused helper functions.

Signed-off-by: Keith W. Campbell <[email protected]>
@pshipton
Copy link
Member

pshipton commented Jan 15, 2025

Started an internal build http://vmfarm.rtp.raleigh.ibm.com/build_info.php?build_id=85823 - passed

@pshipton pshipton merged commit eb93229 into eclipse-openj9:master Jan 15, 2025
2 checks passed
@keithc-ca keithc-ca deleted the sysinfo branch January 15, 2025 22:09
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.

3 participants