Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print actual string arguments with -Xtrace (part 2)
The changes reflect the feature request #16416. Adding cmdline option to specify string argument length. -Xtrace:methodstrarglen=[1-128] methodStrArgLen takes an unsigned integer value from 1 to 128 If methodStrArgLen = 0 or unspecified, default to 32. Other invalid inputs result in the input error. There will be subsequent PR for tests (part 3). Signed-off-by: Nick Kamal <[email protected]>
- Loading branch information