RFR: 8317039 Enable specifying the JDK used to run jtreg [v3]

Ludvig Janiuk lujaniuk at openjdk.org
Tue Oct 3 08:58:25 UTC 2023


> 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.

Ludvig Janiuk has updated the pull request incrementally with one additional commit since the last revision:

  JTREG_TOOL_ -> JTREG_

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16010/files
  - new: https://git.openjdk.org/jdk/pull/16010/files/24bfd496..1dbc37ce

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16010&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16010&range=01-02

  Stats: 15 lines in 4 files changed: 0 ins; 0 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/16010.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16010/head:pull/16010

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


More information about the build-dev mailing list