[jdk17u-dev] Integrated: 8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests

Goetz Lindenmaier goetz at openjdk.org
Sat Oct 5 16:57:38 UTC 2024


On Thu, 3 Oct 2024 16:33:47 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this to improve testing in 17 and simplify further backports.
> 
> It's not a clean backport:
> 
> test/hotspot/jtreg/gc/g1/TestVerificationInConcurrentCycle.java
> Skipped. Was only added by 8289740: Add verification testing during all concurrent phases in G1
> which can not be backported.
> 
> test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
> Resolved. "8298073: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java causes test task timeout on macosx" was already backported.
> Flag was already removed.
> 
> test/hotspot/jtreg/gc/metaspace/TestPerfCountersAndMemoryPools.java
> Resolved. Changes of "8284161: Implementation of Virtual Threads (Preview)" not in 17.
> 
> I include follow up https://bugs.openjdk.org/browse/JDK-8290269

This pull request has now been integrated.

Changeset: 7d0a5c7c
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/7d0a5c7c9f4f4ac338a454af4f47c5a3a153665d
Stats:     261 lines in 11 files changed: 189 ins; 24 del; 48 mod

8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests
8290269: gc/shenandoah/TestVerifyJCStress.java fails due to invalid tag: required after JDK-8290023

Reviewed-by: phh
Backport-of: 2583feb21bf5419afc3c1953d964cf89d65fe8a2

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

PR: https://git.openjdk.org/jdk17u-dev/pull/2931


More information about the jdk-updates-dev mailing list