RFR: 8361950: Update to use jtreg 8 [v5]

Alan Bateman alanb at openjdk.org
Wed Sep 17 06:41:54 UTC 2025


On Wed, 17 Sep 2025 05:41:55 GMT, Christian Stein <cstein at openjdk.org> wrote:

>> Please review the change to update to using jtreg 8.
>> 
>> The primary change is to the `jib-profiles.js` file, which specifies the version of jtreg to use, for those systems that rely on this file. In addition, the requiredVersion has been updated in the various `TEST.ROOT` files.
>
> Christian Stein has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
> 
>  - Merge branch 'openjdk:master' into JDK-8361950-jtreg-8
>  - Merge branch 'openjdk:master' into JDK-8361950-jtreg-8
>  - Merge branch 'openjdk:master' into JDK-8361950-jtreg-8
>  - Update to use correct library directories
>    
>    See also: https://openjdk.org/jtreg/faq.html#how-do-i-find-the-path-for-the-testng-or-junit-jar-files
>  - 8361950: Set required version to 8+2
>  - 8361950: Update to use jtreg 8

make/autoconf/lib-tests.m4 line 31:

> 29: 
> 30: # Minimum supported versions
> 31: JTREG_MINIMUM_VERSION=8

Is the min version 8 or 8.2? (everywhere else in the PR suggests 8+2 so just curious).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26261#discussion_r2354467094


More information about the core-libs-dev mailing list