Integrated: 8270321: Startup regressions in 18-b5 caused by JDK-8266310

2021-07-30 Thread Sergey Chernyshev
On Fri, 23 Jul 2021 18:03:31 GMT, Sergey Chernyshev wrote: > Dear colleagues, > > Please review the patch that replaces the lambdas with anonymous classes > which solves the startup time regression as shown below. > > I attached the Bytestacks flamegraphs for both origina

Re: RFR: 8270321: Startup regressions in 18-b5 caused by JDK-8266310

2021-07-25 Thread Sergey Chernyshev
On Fri, 23 Jul 2021 18:03:31 GMT, Sergey Chernyshev wrote: > Dear colleagues, > > Please review the patch that replaces the lambdas with anonymous classes > which solves the startup time regression as shown below. > > I attached the Bytestacks flamegraphs for both origina

RFR: 8270321: Startup regressions in 18-b5 caused by JDK-8266310

2021-07-23 Thread Sergey Chernyshev
Dear colleagues, Please review the patch that replaces the lambdas with anonymous classes which solves the startup time regression as shown below. I attached the Bytestacks flamegraphs for both original (regression) and fixed versions. The flamegraphs clearly show the lambdas were causing the p