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

Remove use of old VMX record form instruction names #8259

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

aviansie-ben
Copy link
Contributor

Previously, the names of the VMX record form instructions in the
TR::InstOpCode::Mnemonic enum were inconsistent with the names of other
record form instructions. As a result, these instructions were renamed
in OMR and aliases were temporarily left for the old names to avoid
build breakages. In order to allow these aliases to be removed from OMR,
references to the old names have been changed to use the new names.

Signed-off-by: Ben Thomas ben@benthomas.ca

Previously, the names of the VMX record form instructions in the
TR::InstOpCode::Mnemonic enum were inconsistent with the names of other
record form instructions. As a result, these instructions were renamed
in OMR and aliases were temporarily left for the old names to avoid
build breakages. In order to allow these aliases to be removed from OMR,
references to the old names have been changed to use the new names.

Signed-off-by: Ben Thomas <ben@benthomas.ca>
@gita-omr gita-omr self-assigned this Jan 28, 2020
@gita-omr
Copy link
Contributor

Jenkins test sanity aix,plinux jdk8,jdk11

@gita-omr gita-omr merged commit 3f8a2c1 into eclipse-openj9:master Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants