Skip to content

Commit

Permalink
Describe maxstringlength in -Xtrace:help output
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <[email protected]>
  • Loading branch information
keithc-ca committed Jan 15, 2025
1 parent 9362c83 commit 35d1027
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/rastrace/trcengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,11 @@ static void displayTraceHelp(J9JavaVM *vm)
j9tty_err_printf(PORTLIB, " resumecount=nn Trigger count for \"trace resume\"\n");
j9tty_err_printf(PORTLIB, " output=filespec[,nnm[,generations]] Sends maximal and minimal trace to a file\n");
j9tty_err_printf(PORTLIB, " exception.output=filespec[,nnnm] Sends exception trace to a file\n");
j9tty_err_printf(PORTLIB, " maxstringlength=nn Limit length of string values to capture\n");
j9tty_err_printf(PORTLIB, " "
"Maximum " J9_STR(RAS_MAX_STRING_LENGTH_LIMIT)
", use 0 to disable."
" Default: " J9_STR(RAS_MAX_STRING_LENGTH_DEFAULT) "\n");
j9tty_err_printf(PORTLIB, " stackdepth=nn Set number of frames output by jstacktrace trigger action\n");
j9tty_err_printf(PORTLIB, " sleeptime=nnt Time delay for sleep trigger action\n");
j9tty_err_printf(PORTLIB, " Recognised suffixes: ms (milliseconds), s (seconds). Default: ms\n");
Expand Down

0 comments on commit 35d1027

Please sign in to comment.