Integrated: 8370839: Tests to verify peculiar Proxy dispatching behaviors
Chen Liang
liach at openjdk.org
Thu Nov 13 04:36:19 UTC 2025
On Tue, 28 Oct 2025 16:53:26 GMT, Chen Liang <liach at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 5f42c770
Author: Chen Liang <liach at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5f42c7708588db28f9c18bf63462001e99b35ec7
Stats: 348 lines in 3 files changed: 325 ins; 2 del; 21 mod
8370839: Tests to verify peculiar Proxy dispatching behaviors
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.org/jdk/pull/28023
More information about the core-libs-dev
mailing list