Integrated: 8349143: All make control variables need special propagation

Magnus Ihse Bursie ihse at openjdk.org
Fri Jan 31 14:33:01 UTC 2025


On Fri, 31 Jan 2025 14:05:08 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> A make variable like `JTREG="JAVA_OPTIONS=-Djava.security.debug=all;MAX_OUTPUT=1000000"` could end up losing the quotes and thus the shell will split at `;` in reinvocations of make. For the `JTREG` variable specifically, this is a regression since [JDK-8348586](https://bugs.openjdk.org/browse/JDK-8348586), that moved `JTREG` from `INIT_CONTROL_VARIABLES` to `MAKE_CONTROL_VARIABLES`, which were not properly treated.

This pull request has now been integrated.

Changeset: bba6a8f0
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bba6a8f0c19e40e65b9f63d5bc69c6a3bfa7442b
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8349143: All make control variables need special propagation

Reviewed-by: erikj

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

PR: https://git.openjdk.org/jdk/pull/23389


More information about the build-dev mailing list