Integrated: 8348117: The two-argument overload of SignatureHandlerLibrary::add is not used

David Holmes dholmes at openjdk.org
Wed Jan 22 06:13:38 UTC 2025


On Tue, 21 Jan 2025 08:44:56 GMT, David Holmes <dholmes at openjdk.org> wrote:

> The  `SignatureHandlerLibrary::add` two-arg API was added to support closed code under [JDK-8087333](https://bugs.openjdk.org/browse/JDK-8087333) in JDK 9. That closed code was removed again, still in JDK 9, as part of JEP 297 ([JDK-8168503](https://bugs.openjdk.org/browse/JDK-8168503)) which unified the closed and open ARM ports - leaving the API unused.
> 
> There were other leftovers from the same set of changes so they are cleaned up as well - nothing significant, just unnecessary friend declarations, comments, and one other method.
> 
> Testing:
>  - all builds in tiers 1-5
> 
> Thanks.

This pull request has now been integrated.

Changeset: 3c2a1d87
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3c2a1d87d577ee953069e731be140a66a9e7ec1d
Stats:     40 lines in 9 files changed: 0 ins; 40 del; 0 mod

8348117: The two-argument overload of SignatureHandlerLibrary::add is not used

Reviewed-by: coleenp, shade

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

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


More information about the hotspot-dev mailing list