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

(0.35) Add standalone JIT option -XX:[+|-]PerfTool #15849

Conversation

yathamravali
Copy link
Contributor

When specifying multiple JIT options, currently only the last JIT option will be in effect. Added a standalone alternative for -Xjit:perfTool in -XX:+PerfTool to avoid clobbering pre-existing JIT command line options.

New Options
-XX:+PerfTool Enables Perf Tool
-XX:-PerfTool Disables Perf Tool

Cherry pick #15823 for 0.35

When specifying multiple JIT options, currently only the last
JIT option will be in effect. Added a standalone alternative for
-Xjit:perfTool in -XX:+PerfTool to avoid clobbering pre-existing
JIT command line options.

New Options
-XX:+PerfTool Enables Perf Tool
-XX:-PerfTool Disables Perf Tool

Fixes: eclipse-openj9#14157
Signed-off-by: Ravali Yatham <ravaliyatham@gmail.com>
@yathamravali
Copy link
Contributor Author

@dsouzai @pshipton - fyi

@yathamravali yathamravali changed the title (0.35) Add standalone JIT option -XX:[+-]PerfTool (0.35) Add standalone JIT option -XX:[+|-]PerfTool Sep 8, 2022
Copy link
Contributor

@dsouzai dsouzai left a comment

Choose a reason for hiding this comment

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

Changes are identical to #15823.

@dsouzai dsouzai merged commit 7dd982b into eclipse-openj9:v0.35.0-release Sep 8, 2022
@dsouzai
Copy link
Contributor

dsouzai commented Sep 8, 2022

@yathamravali please update the release target in eclipse-openj9/openj9-docs#983

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.

2 participants