[crac] Integrated: 8370873: [CRaC] Launcher does not parse CRaC VM options from JDK_JAVA_OPTIONS
Radim Vansa
rvansa at openjdk.org
Mon Nov 3 08:37:45 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.
This pull request has now been integrated.
Changeset: dc980363
Author: Radim Vansa <rvansa at openjdk.org>
URL: https://git.openjdk.org/crac/commit/dc980363417f5d195c7cbbc37ab74c1cf3ee1c36
Stats: 91 lines in 3 files changed: 90 ins; 1 del; 0 mod
8370873: [CRaC] Launcher does not parse CRaC VM options from JDK_JAVA_OPTIONS
Reviewed-by: tpushkin
-------------
PR: https://git.openjdk.org/crac/pull/272
More information about the crac-dev
mailing list