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. ------------- Commit messages: - 8284016: Fixed ALotOfHandshakeClosure name - 8284016: Normalized names of classes derived from HandshakeClosure Changes: https://git.openjdk.org/jdk/pull/26014/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26014&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8284016 Stats: 165 lines in 25 files changed: 0 ins; 0 del; 165 mod Patch: https://git.openjdk.org/jdk/pull/26014.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/26014/head:pull/26014 PR: https://git.openjdk.org/jdk/pull/26014