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

Print actual string arguments with -Xtrace (part 2) #20662

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 10, 2024

  1. Print actual string arguments with -Xtrace (part 2)

    The changes reflect the feature request eclipse-openj9#16416.
    
    Adding cmdline option to specify string argument length.
    -Xtrace:maxstringlength=[1-128]
    maxstringlength takes an unsigned integer value from 1 to 128
    If maxstringlength = 0 or unspecified, default to address printing.
    Other invalid inputs result in the input error.
    
    There will be subsequent PR for tests (part 3).
    
    Signed-off-by: Nick Kamal <[email protected]>
    h3110n3rv3 committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    686f6ce View commit details
    Browse the repository at this point in the history