[crac] RFR: 8351923: [CRaC] Engine help message may be truncated
Timofei Pushkin
tpushkin at openjdk.org
Thu Mar 13 09:29:33 UTC 2025
Fixes the help message truncation by using `tty->print_raw*` instead of `tty->print*`. The latter uses a fixed-size buffer and truncates strings which don't fit there, the former does not.
-------------
Commit messages:
- Fix C/R engine help truncation
Changes: https://git.openjdk.org/crac/pull/212/files
Webrev: https://webrevs.openjdk.org/?repo=crac&pr=212&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8351923
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/crac/pull/212.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/212/head:pull/212
PR: https://git.openjdk.org/crac/pull/212
More information about the crac-dev
mailing list