The boot-id file does not end with a newline on some platforms. On AWS Lambda this results in an error in log:
```
CRaC: system boot ID does not end with newline: Interrupted system call
```
This is mostly cosmetic, but misleading (the errno belongs to a different call).
```
CRaC: system boot ID does not end with newline: Interrupted system call
```
This is mostly cosmetic, but misleading (the errno belongs to a different call).
- links to
-
Commit(crac) openjdk/crac/39794224
-
Review(crac) openjdk/crac/196