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 documentation for -Xtrace:maxstringlength option #1466

Open
h3110n3rv3 opened this issue Jan 6, 2025 · 2 comments
Open

Add documentation for -Xtrace:maxstringlength option #1466

h3110n3rv3 opened this issue Jan 6, 2025 · 2 comments

Comments

@h3110n3rv3
Copy link

h3110n3rv3 commented Jan 6, 2025

Issue or pull request number:
*eclipse-openj9/openj9#16416
*eclipse-openj9/openj9#20662

Overview:
Adding cmdline option to specify string argument and return value length

Release target:
Eclipse OpenJ9 0.51

Applies to the following JDK versions:
All

Applies to the following platforms:
All

For new command line options:

  • Option name and syntax: -Xtrace:maxstringlength=[0-128]
  • If values are set:
    • Units for setting: number of characters
    • Range: 0-128
    • Default value: If unspecified, default to 32 characters. If maxstringlength=0, prints string address.
  • Purpose: Sets the string length for arguments and return values printed with -Xtrace
@Sreekala-Gopakumar
Copy link
Contributor

Which release are we targeting for documenting this?

@pshipton
Copy link
Member

pshipton commented Jan 6, 2025

0.51 / 25_02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants