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

2024-09-06 Thread Chen Liang
On Wed, 21 Aug 2024 15:42:18 GMT, Chen Liang wrote: >> Move fields common to Method and Field to executable, which simplifies >> implementation. Removed useless transient modifiers as Method and Field were >> never serializable. >> >> Note to core-libs reviewers: Please review the associated C

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

2024-08-21 Thread Coleen Phillimore
On Wed, 21 Aug 2024 15:42:18 GMT, Chen Liang wrote: >> Move fields common to Method and Field to executable, which simplifies >> implementation. Removed useless transient modifiers as Method and Field were >> never serializable. >> >> Note to core-libs reviewers: Please review the associated C

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

2024-08-21 Thread Coleen Phillimore
On Wed, 21 Aug 2024 15:42:18 GMT, Chen Liang wrote: >> Move fields common to Method and Field to executable, which simplifies >> implementation. Removed useless transient modifiers as Method and Field were >> never serializable. >> >> Note to core-libs reviewers: Please review the associated C

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

2024-08-21 Thread Chen Liang
> Move fields common to Method and Field to executable, which simplifies > implementation. Removed useless transient modifiers as Method and Field were > never serializable. > > Note to core-libs reviewers: Please review the associated CSR on trivial > removal of `abstract` modifier as well. C