Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-09 Thread Chen Liang
On Fri, 6 Sep 2024 19:55:38 GMT, Chen Liang wrote: >> Elide duplicate field CP entry creation, and reuse elements in the field CP >> entry for field generation. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Do not try to c

Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-09 Thread Claes Redestad
On Fri, 6 Sep 2024 19:55:38 GMT, Chen Liang wrote: >> Elide duplicate field CP entry creation, and reuse elements in the field CP >> entry for field generation. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Do not try to c

Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-06 Thread Chen Liang
On Fri, 6 Sep 2024 19:55:38 GMT, Chen Liang wrote: >> Elide duplicate field CP entry creation, and reuse elements in the field CP >> entry for field generation. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Do not try to c

Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-06 Thread Claes Redestad
On Fri, 6 Sep 2024 19:55:38 GMT, Chen Liang wrote: >> Elide duplicate field CP entry creation, and reuse elements in the field CP >> entry for field generation. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Do not try to c

Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-06 Thread Chen Liang
On Fri, 6 Sep 2024 19:55:38 GMT, Chen Liang wrote: >> Elide duplicate field CP entry creation, and reuse elements in the field CP >> entry for field generation. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Do not try to c

Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-06 Thread Claes Redestad
On Fri, 6 Sep 2024 19:55:38 GMT, Chen Liang wrote: >> Elide duplicate field CP entry creation, and reuse elements in the field CP >> entry for field generation. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Do not try to c

Re: RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator [v2]

2024-09-06 Thread Chen Liang
> Elide duplicate field CP entry creation, and reuse elements in the field CP > entry for field generation. Chen Liang has updated the pull request incrementally with one additional commit since the last revision: Do not try to classdata non-live lambda forms in pre-generation -

RFR: 8339683: Simplify class data generation in InvokerBytecodeGenerator

2024-09-06 Thread Chen Liang
Elide duplicate field CP entry creation, and reuse elements in the field CP entry for field generation. - Commit messages: - 8339683: Simplify class data generation in InvokerBytecodeGenerator Changes: https://git.openjdk.org/jdk/pull/20896/files Webrev: https://webrevs.openjdk.o