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

2023-10-03 Thread Erik Joelsson
On Tue, 3 Oct 2023 08:58:25 GMT, Ludvig Janiuk 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 >>

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

2023-10-03 Thread Ludvig Janiuk
On Tue, 3 Oct 2023 08:52:06 GMT, Ludvig Janiuk 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 >>

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

2023-10-03 Thread Ludvig Janiuk
> 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

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

2023-10-03 Thread Ludvig Janiuk
> 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

Re: RFR: 8317039 Enable specifying the JDK used to run jtreg

2023-10-02 Thread Erik Joelsson
On Mon, 2 Oct 2023 12:36:50 GMT, Ludvig Janiuk 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 >

RFR: 8317039 Enable specifying the JDK used to run jtreg

2023-10-02 Thread Ludvig Janiuk
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,