RFR: 8336275: Move common Method and Constructor fields to Executable [v2]

David Holmes dholmes at openjdk.org
Wed Jul 17 05:18:51 UTC 2024


On Wed, 17 Jul 2024 03:03:23 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Move fields common to Method and Field to executable, which simplifies implementation. Removed useless transient modifiers as Method and Field were never serializable.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Redundant transient; Update the comments to be more accurate

Marked as reviewed by dholmes (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/20188#pullrequestreview-2181897055


More information about the core-libs-dev mailing list