Withdrawn: 8370838: Proxy invocation handler dispatching specification should be self-contained

Chen Liang liach at openjdk.org
Tue Oct 28 17:04:46 UTC 2025


On Wed, 22 Oct 2025 21:41:49 GMT, Chen Liang <liach at openjdk.org> wrote:

> The `method` parameter documentation for `InvocationHandler::invoke` does not indicate that it may be one of the 3 Object methods `hashCode`, `equals`, or `toString`. This doc-only improvement clarifies that, links to the Proxy section about declaring class selection, and updates the "the interface method" occurrences to be "the invoked method" to reflect the method may be from `Object`.

This pull request has been closed without being integrated.

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

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


More information about the core-libs-dev mailing list