Integrated: 8317039 Enable specifying the JDK used to run jtreg

Ludvig Janiuk lujaniuk at openjdk.org
Thu Oct 5 07:57:19 UTC 2023


On Mon, 2 Oct 2023 12:36:50 GMT, Ludvig Janiuk <lujaniuk at openjdk.org> wrote:

> This pull request introduces changes in the build makefiles necessary to enable the user to specify a jdk to use when launching jtreg. It introduces a new configure flag, `--with-jtreg-jdk`, which takes a JDK path similar to the already existing `--with-boot-jdk`.
> 
> Before this pull request, boot-jdk was always used to launch jtreg. This pull request decouples the two, but still defaults to boot-jdk if no value is specified.

This pull request has now been integrated.

Changeset: a250ae4d
Author:    Ludvig Janiuk <lujaniuk at openjdk.org>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a250ae4d1b9c27757eb12d2f1673187c862149aa
Stats:     42 lines in 4 files changed: 40 ins; 0 del; 2 mod

8317039: Enable specifying the JDK used to run jtreg

Reviewed-by: erikj

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

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


More information about the build-dev mailing list