[crac] RFR: RFC: -XX:CPUFeatures=0xnumber for CPU migration [v2]

Dan Heidinga heidinga at openjdk.org
Thu Feb 2 14:38:07 UTC 2023


On Thu, 2 Feb 2023 05:57:28 GMT, Jan Kratochvil <duke at openjdk.org> wrote:

> The number must fit in `pid_t` (otherwise it is a weird Linux kernel). Therefore `int`. But there is no `strtoi`.

If we're boxing to an int, then I think we should check if `l >= INT_MAX` rather than `LONG_MAX`.

-------------

PR: https://git.openjdk.org/crac/pull/41


More information about the crac-dev mailing list