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

Renamed warm strategy opts #18289

Merged
merged 1 commit into from Oct 17, 2023
Merged

Conversation

mpirvu
Copy link
Contributor

@mpirvu mpirvu commented Oct 16, 2023

The default optimization strategy for the warm optimization level is cheapWarmStrategyOpts, while the older, warmStrategyOpts is not used (unless a specific option is given). This commit renames
warmStrategyOpts to oldWarmStrategyOpts
and
cheapWarmStrategyOpts to warmStrategyOpts

The default optimization strategy for the warm optimization
level is `cheapWarmStrategyOpts`, while the older,
`warmStrategyOpts` is not used (unless a specific option is given).
This commit renames
warmStrategyOpts to oldWarmStrategyOpts
and
cheapWarmStrategyOpts to warmStrategyOpts

Signed-off-by: Marius Pirvu <mpirvu@ca.ibm.com>
@mpirvu
Copy link
Contributor Author

mpirvu commented Oct 16, 2023

@vijaysun-omr Could you please review this PR? Thank you

@vijaysun-omr
Copy link
Contributor

Jenkins test sanity all jdk11

@mpirvu
Copy link
Contributor Author

mpirvu commented Oct 17, 2023

Tests on mac failed due to infra:

19:42:07  Exception: org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for mac10-x86-3; mac10-x86-3 was marked offline: Connection was broken
[Pipeline] End of Pipeline
Finished: FAILURE

On Power there were CRIU failures, but not caused by this PR.

@vijaysun-omr
Copy link
Contributor

Checks have passed except for the known issues mentioned. This is a cosmetic change anyway to make it easier to read the code and reason about the warm strategy in use. Merging.

@vijaysun-omr vijaysun-omr merged commit bad831c into eclipse-openj9:master Oct 17, 2023
16 of 19 checks passed
{
return j9CompilationStrategies[strategy];
}
return j9CompilationStrategies[strategy];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a cleanup task (separate PR) to free up the option bit for TR_DisableCheapWarmOpts ?

@mpirvu mpirvu deleted the cpu_improv branch October 17, 2023 21:55
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