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

Add -Xjit option TR_DisableImmutableFieldAliasing #4710

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

klangman
Copy link
Contributor

@klangman klangman commented Jan 10, 2020

Adding an -Xjit option TR_DisableImmutableFieldAliasing to disable the aliasing logic for fields considered immutable by a language runtime.

Signed-off-by: Kevin Langman langman@ca.ibm.com

@klangman
Copy link
Contributor Author

klangman commented Jan 13, 2020

@vijaysun-omr This is the -Xjit option for the OpenJ9 change to allow users to prevent the JIT from assuming known immutable (final) fields will never change.

@vijaysun-omr vijaysun-omr self-assigned this Jan 13, 2020
Signed-off-by: Kevin Langman <langman@ca.ibm.com>
@vijaysun-omr
Copy link
Contributor

@genie-omr build all

@vijaysun-omr
Copy link
Contributor

This option only adds an option that is not yet being used. Tests have passed. Merging.

@vijaysun-omr vijaysun-omr merged commit 7de3adf into eclipse-omr:master Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants