RFR: JDK-8177107: Reduce memory footprint of java.lang.reflect.Constructor/Method

Mandy Chung mchung at openjdk.java.net
Wed Mar 2 22:48:05 UTC 2022


On Wed, 2 Mar 2022 20:28:45 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Refactoring of Method and Constructor to share a single empty array for parameters and exceptions as well as type variables.
> 
> Existing core reflection regression tests pass with the change.

Marked as reviewed by mchung (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7667


More information about the core-libs-dev mailing list