If C/R engine has a long description or configuration doc it gets truncated when printed because `print_cr` prints only the part that fits into its buffer.
The below warning also gets printed in debug build when this happens:
```
OpenJDK 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4529 bytes are needed.
```
The below warning also gets printed in debug build when this happens:
```
OpenJDK 64-Bit Server VM warning: outputStream::do_vsnprintf output truncated -- buffer length is 2000 bytes but 4529 bytes are needed.
```
- relates to
-
JDK-8350845 [CRaC] Support C/R engines in form of a library
-
- Resolved
-
- links to
-
Commit(crac) openjdk/crac/137ccbfc
-
Review(crac) openjdk/crac/212