> java.lang.reflect.Proxy has some surprising behaviors associated with > protected methods in Object, covariant/contravariant overrides in interfaces, > and package-private types in method signatures. Such behaviors should have > tests, so that they are not accidentally perturbed in Proxy updates.
Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision: - Consolidate duplicate tests - Merge branch 'master' of https://github.com/openjdk/jdk into test/proxy-dispatches - Merge branch 'master' of https://github.com/openjdk/jdk into test/proxy-dispatches - Merge branch 'master' of https://github.com/openjdk/jdk into test/proxy-dispatches - Tweaks - 8370839: Tests to verify peculiar Proxy dispatching behaviors ------------- Changes: - all: https://git.openjdk.org/jdk/pull/28023/files - new: https://git.openjdk.org/jdk/pull/28023/files/1c6bba31..3b8c6d2a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=28023&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28023&range=01-02 Stats: 72120 lines in 1027 files changed: 38899 ins; 27733 del; 5488 mod Patch: https://git.openjdk.org/jdk/pull/28023.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/28023/head:pull/28023 PR: https://git.openjdk.org/jdk/pull/28023
