On Tue, 27 Feb 2024 06:09:03 GMT, Chen Liang <li...@openjdk.org> wrote:
> First, usually to propose a patch to core libraries, we usually submit an > issue or suggest an enhancement to https://bugs.java.com, or ask at > `core-libs-dev@openjdk.org`. > > A field that has been "set accessible" is supposed to be reused, as future > `get` calls will bypass accessibility checks too. So adding a builder-style > alias isn't that useful, especially that reflection Executable objects have > no other setters, and the exceptions thrown by each method in the chain > should be handled separately. Thanks, I'll try to make my case at bugs.java.com ------------- PR Comment: https://git.openjdk.org/jdk/pull/17578#issuecomment-1988037377