[jdk21u-dev] Integrated: 8347840: Fix testlibrary compilation warnings

Goetz Lindenmaier goetz at openjdk.org
Mon Jun 9 13:02:08 UTC 2025


On Sat, 24 May 2025 14:46:48 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I would like to backport this to keep the test suite up to date. 
> 
> make/test/BuildTestLib.gmk
> I had to resolve, the code and listed warnings differ considerably.
> Nevertheless obvious resolve.
> 
> test/lib/jdk/test/lib/apps/LingeredApp.java
> test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java
> test/lib/jdk/test/lib/hprof/model/JavaHeapObject.java
> test/lib/jdk/test/lib/hprof/model/Root.java
> test/lib/jdk/test/lib/hprof/model/Snapshot.java
> test/lib/jdk/test/lib/jfr/Events.java
> test/lib/jdk/test/lib/net/IPSupport.java
> test/lib/jdk/test/lib/thread/VThreadPinner.java
> test/lib/jdk/test/lib/thread/VThreadRunner.java
> Resolved Copyright.
> 
> test/lib/jdk/test/lib/os/linux/HugePageConfiguration.java
> This file was moved by "8340422: ZGC: TestAllocateHeapAt.java should not run with transparent hugepages".
> The patch to the code applies clean after adapting the path, only the Copyright requires resolving.

This pull request has now been integrated.

Changeset: 488b96b9
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/488b96b97eae310369eb2cc80037085afbc613c4
Stats:     120 lines in 30 files changed: 25 ins; 42 del; 53 mod

8347840: Fix testlibrary compilation warnings

Reviewed-by: mbaesken
Backport-of: 2ca1b4d48da7eb9b5baf0ac213f3ce87f47dd316

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

PR: https://git.openjdk.org/jdk21u-dev/pull/1830


More information about the jdk-updates-dev mailing list