Re: RFR: 8246251: Adjust HelloClasslist after JDK-8230301

2020-06-01 Thread Claes Redestad
Thanks, Mandy! /Claes On 2020-06-01 18:30, Mandy Chung wrote: Hi Claes, This looks okay. Mandy On 6/1/20 4:55 AM, Claes Redestad wrote: Hi, comparing startup profiles on a few application I found a few cases where a few more classes are being generated at runtime compared to JDK 14. This

Re: RFR: 8246251: Adjust HelloClasslist after JDK-8230301

2020-06-01 Thread Mandy Chung
Hi Claes, This looks okay. Mandy On 6/1/20 4:55 AM, Claes Redestad wrote: Hi, comparing startup profiles on a few application I found a few cases where a few more classes are being generated at runtime compared to JDK 14. This is due to the removal of hard-coded defaults in GenerateJLIClasse

RFR: 8246251: Adjust HelloClasslist after JDK-8230301

2020-06-01 Thread Claes Redestad
Hi, comparing startup profiles on a few application I found a few cases where a few more classes are being generated at runtime compared to JDK 14. This is due to the removal of hard-coded defaults in GenerateJLIClassesPlugin[1], in combination with how earlier implementations of SCF (used at th