[crac] RFR: 8370873: [CRaC] Launcher does not parse CRaC VM options from JDK_JAVA_OPTIONS
Radim Vansa
rvansa at openjdk.org
Mon Nov 3 08:37:44 UTC 2025
On Thu, 30 Oct 2025 14:11:23 GMT, Radim Vansa <rvansa at openjdk.org> wrote:
> Java launcher parses command-line arguments as it needs to perform some operations before the normal parsing in `arguments.cpp`. However the options injected in JDK_JAVA_OPTIONS are ignored in this part (and so does parsing options from files...), leading to problems, e.g. checkpoint of PID 1.
Test failure due to https://bugs.openjdk.org/browse/JDK-8368192
-------------
PR Comment: https://git.openjdk.org/crac/pull/272#issuecomment-3479410196
More information about the crac-dev
mailing list