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

Commits on Sep 8, 2022

  1. Add standalone JIT option -XX:[+-]PerfTool

    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 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ea064ba View commit details
    Browse the repository at this point in the history