[jdk21u-dev] RFR: 8339238: Update to use jtreg 7.5.1 [v2]
Adam Farley
afarley at openjdk.org
Fri Feb 13 11:48:20 UTC 2026
On Tue, 10 Feb 2026 11:05:44 GMT, Adam Farley <afarley at openjdk.org> wrote:
>> Hi all,
>>
>> This pull request contains a backport of commit [9042aa82](https://github.com/openjdk/jdk25u-dev/commit/9042aa82a890b0f0348ac8127dbd3268f2620346) from the [openjdk/jdk25u-dev](https://github.com/openjdk/jdk25u-dev) repository.
>>
>> The commit being backported was authored by Christian Stein on 19 Feb 2025 and was reviewed by Erik Joelsson, Jaikiran Pai, Roger Riggs and Iris Clark.
>>
>> Thanks!
>
> Adam Farley has updated the pull request incrementally with one additional commit since the last revision:
>
> Compile NativeTestHelper with enable-preview
>
> Because otherwise it will not compile while using jtreg 7.5.1
> as TestNested's enable-preview is not inherited.
>
> Signed-off-by: Adam Farley <adfarley at ibm.com>
Adoptium's "extended.openjdk" test target maps across most of tiers 2, 3, and 4, [as detailed here.](https://github.com/adoptium/aqa-tests/blob/master/docs/pages/How-OpenJDK-tests-map-to-AQAvit-test-targets.md?plain=1)
[I ran extended.openjdk against the new jtreg](https://ci.adoptium.net/job/Grinder/16324), and the only 2 failures were pre-existing problems as follows:
- runtime/Thread/SuspendAtExit.java
- Existing OOM, seen on 7.3.1+1 as well.
- sun/security/util/AlgorithmConstraints/InvalidCryptoDisabledAlgos.java
- Existing bug which has not yet been backported: https://bugs.openjdk.org/browse/JDK-8367583
[I also ran jdk tier 2 directly](https://ci.adoptium.net/job/Grinder/16325/) (to ensure complete coverage there), and every failure was pre-existing and documented already.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2605#issuecomment-3896751124
More information about the jdk-updates-dev
mailing list