> 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`.
Chen Liang has updated the pull request incrementally with one additional commit since the last revision: Move the invocation dispatching spec to a large block in Proxy itself ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27943/files - new: https://git.openjdk.org/jdk/pull/27943/files/11c426b7..f7a5c825 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27943&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27943&range=00-01 Stats: 148 lines in 2 files changed: 32 ins; 32 del; 84 mod Patch: https://git.openjdk.org/jdk/pull/27943.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27943/head:pull/27943 PR: https://git.openjdk.org/jdk/pull/27943
