[crac] RFR: RFC: -XX:CPUFeatures=0xnumber for CPU migration [v2]
Anton Kozlov
akozlov at openjdk.org
Thu Feb 9 14:25:23 UTC 2023
On Thu, 2 Feb 2023 14:50:18 GMT, Dan Heidinga <heidinga at openjdk.org> wrote:
> > Ashutosh suggested an alternative approach back in Feb 2022 [0] [1] of providing a single "-XX:[+-]PortableCode" with a common enough baseline set of features
>
> IIUC you can just use `-XX:CPUFeatures=0` with this patch for the same effect.
That's nice! Since portability affects the final perfomance on restore, the user should have a control between portability and performance. CPUFeatures=0 looks indeed as an impelmentation of some -XX:+PortableCode that was proposed before.
-------------
PR: https://git.openjdk.org/crac/pull/41
More information about the crac-dev
mailing list