Integrated: 8284016: Normalize handshake closure names

Anton Artemov duke at openjdk.org
Wed Jul 2 06:52:48 UTC 2025


On Fri, 27 Jun 2025 09:10:26 GMT, Anton Artemov <duke at openjdk.org> wrote:

> Hi, please consider the following changes:
> 
> There are many classes inherited from the `HandshakeClosure` class, but they do not follow the same naming convention. In this PR we address this issue, all names are normalized in the following way:
> 
> `XXXDummyClassNameClosure -> XXXDummyClassNameHandshakeClosure`
> 
> or
> 
> `XXXDummyClassNameHandshake -> XXXDummyClassNameHandshakeClosure`
> 
> or
> 
> `XXXStrangeClassName -> SomewhatSimilarNameHandshakeClosure`
> 
> Tested in GHA and tiers 1 - 3.

This pull request has now been integrated.

Changeset: 0f1cd987
Author:    Anton Artemov <anton.artemov at oracle.com>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0f1cd987b3520eaeab31e9faf782d6f81050803a
Stats:     116 lines in 18 files changed: 0 ins; 0 del; 116 mod

8284016: Normalize handshake closure names

Reviewed-by: coleenp, sspitsyn

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

PR: https://git.openjdk.org/jdk/pull/26014


More information about the serviceability-dev mailing list