On Tue, 28 Oct 2025 16:53:26 GMT, Chen Liang <[email protected]> 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 <[email protected]>
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

Reply via email to